Html Css Color HEX #B69BEA Biloba Flower

📋 copy color: '#B69BEA'

red 182 ◦ green 155 ◦ blue 234

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

Shades of Biloba Flower #B69BEA

Tints of Biloba Flower #B69BEA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.15%

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 31.87%
G = 27.15%
B = 40.98%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B69BEA (or 0xB69BEA) is known color: Biloba Flower. HEX triplet: B6, 9B and EA. RGB value is (182,155,234). Sum of RGB (Red+Green+Blue) = 182+155+234=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #B69BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69BEA is #496415. Grayscale: #ABABAB. Windows color (decimal): -4809750 or 15375286. OLE color: 15375286.

HSL color Cylindrical-coordinate representation of color #B69BEA: hue angle of 260.51º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B69BEA is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 182 155 234 -
CMYK 0.22 0.34 0 0.08
HSL 260.51º 0.65% 0.76% -
HSV(B) 260.51º 0.34% 0.92% -
XYZ 45.86 39.33 83.02 -
YUV 172.08 162.95 135.08 -
System Red Green Blue C M Y K H S L
Decimal 182 155 234 0.22 0.34 0 0.08 260.51 0.65 0.76
Hex B6 9B EA 16 22 0 8 105 41 4C
Octal 266 233 352 26 42 0 10 405 101 114
Binary 10110110 10011011 11101010 10110 100010 0 1000 100000101 1000001 1001100

Color Harmonies of #B69BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69BEA

Black with #B69BEA

Text Example


Text Example

White with #B69BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69BEA; }

 p { color: rgb(182,155,234); }

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

background-color css

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

 a { background-color: rgb(182,155,234); }

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

border-color css

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

 span { border-color: rgb(182,155,234); }

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