Html Css Color HEX #B67EFB Biloba Flower

📋 copy color: '#B67EFB'

red 182 ◦ green 126 ◦ blue 251

#B67EFB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B67EFB

Tints of Biloba Flower #B67EFB

RGB

 RED value IS 182 (71.48% from 255) = 32.56%

 GREEN value IS 126 (49.61% from 255) = 22.54%

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 32.56%
G = 22.54%
B = 44.9%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B67EFB (or 0xB67EFB) is known color: Biloba Flower. HEX triplet: B6, 7E and FB. RGB value is (182,126,251). Sum of RGB (Red+Green+Blue) = 182+126+251=559 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.56% from 559); Green value is 126 (49.61% from 255 or 22.54% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #B67EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67EFB is #498104. Grayscale: #9C9C9C. Windows color (decimal): -4817157 or 16481974. OLE color: 16481974.

HSL color Cylindrical-coordinate representation of color #B67EFB: hue angle of 266.88º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67EFB is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 182 126 251 -
CMYK 0.27 0.50 0 0.02
HSL 266.88º 0.94% 0.74% -
HSV(B) 266.88º 0.5% 0.98% -
XYZ 44.16 31.83 95.08 -
YUV 156.99 181.05 145.84 -
System Red Green Blue C M Y K H S L
Decimal 182 126 251 0.27 0.50 0 0.02 266.88 0.94 0.74
Hex B6 7E FB 1B 32 0 2 10B 5E 4A
Octal 266 176 373 33 62 0 2 413 136 112
Binary 10110110 1111110 11111011 11011 110010 0 10 100001011 1011110 1001010

Color Harmonies of #B67EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B67EFB

Black with #B67EFB

Text Example


Text Example

White with #B67EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B67EFB; }

 p { color: rgb(182,126,251); }

 H1.HeaderClassName
 {
   color: #B67EFB;
 }
 .AnyTagClassName
 {
   color: #B67EFB;
 }
</style>

background-color css

<style>
 a { background-color: #B67EFB; }

 a { background-color: rgb(182,126,251); }

 div.DivClassName
 {
   background-color: #B67EFB;
 }
 .BgClassName
 {
   background-color: #B67EFB;
 }
</style>

border-color css

<style>
 span { border-color: #B67EFB; }

 span { border-color: rgb(182,126,251); }

 td.TdClassName
 {
   border-color: #B67EFB;
 }
 .TagClassName
 {
   border-color: #B67EFB;
 }
</style>