Html Css Color HEX #B29EEA Biloba Flower

📋 copy color: '#B29EEA'

red 178 ◦ green 158 ◦ blue 234

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

Shades of Biloba Flower #B29EEA

Tints of Biloba Flower #B29EEA

RGB

 RED value IS 178 (69.92% from 255) = 31.23%

 GREEN value IS 158 (62.11% from 255) = 27.72%

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

R = 31.23%
G = 27.72%
B = 41.05%

CMYK

 C value IS 0.24

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B29EEA (or 0xB29EEA) is known color: Biloba Flower. HEX triplet: B2, 9E and EA. RGB value is (178,158,234). Sum of RGB (Red+Green+Blue) = 178+158+234=570 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.23% from 570); Green value is 158 (62.11% from 255 or 27.72% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #B29EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29EEA is #4D6115. Grayscale: #ACACAC. Windows color (decimal): -5071126 or 15376050. OLE color: 15376050.

HSL color Cylindrical-coordinate representation of color #B29EEA: hue angle of 255.79º degrees, saturation: 0.64, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B29EEA is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 158 234 -
CMYK 0.24 0.32 0 0.08
HSL 255.79º 0.64% 0.77% -
HSV(B) 255.79º 0.32% 0.92% -
XYZ 45.44 39.86 83.14 -
YUV 172.64 162.63 131.82 -
System Red Green Blue C M Y K H S L
Decimal 178 158 234 0.24 0.32 0 0.08 255.79 0.64 0.77
Hex B2 9E EA 18 20 0 8 100 40 4D
Octal 262 236 352 30 40 0 10 400 100 115
Binary 10110010 10011110 11101010 11000 100000 0 1000 100000000 1000000 1001101

Color Harmonies of #B29EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29EEA

Black with #B29EEA

Text Example


Text Example

White with #B29EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29EEA; }

 p { color: rgb(178,158,234); }

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

background-color css

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

 a { background-color: rgb(178,158,234); }

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

border-color css

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

 span { border-color: rgb(178,158,234); }

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