Html Css Color HEX #B08FEA Biloba Flower

📋 copy color: '#B08FEA'

red 176 ◦ green 143 ◦ blue 234

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

Shades of Biloba Flower #B08FEA

Tints of Biloba Flower #B08FEA

RGB

 RED value IS 176 (69.14% from 255) = 31.83%

 GREEN value IS 143 (56.25% from 255) = 25.86%

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

R = 31.83%
G = 25.86%
B = 42.31%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B08FEA (or 0xB08FEA) is known color: Biloba Flower. HEX triplet: B0, 8F and EA. RGB value is (176,143,234). Sum of RGB (Red+Green+Blue) = 176+143+234=553 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.83% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #B08FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FEA is #4F7015. Grayscale: #A2A2A2. Windows color (decimal): -5206038 or 15372208. OLE color: 15372208.

HSL color Cylindrical-coordinate representation of color #B08FEA: hue angle of 261.76º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B08FEA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 143 234 -
CMYK 0.25 0.39 0 0.08
HSL 261.76º 0.68% 0.74% -
HSV(B) 261.76º 0.39% 0.92% -
XYZ 42.58 34.82 82.32 -
YUV 163.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 176 143 234 0.25 0.39 0 0.08 261.76 0.68 0.74
Hex B0 8F EA 19 27 0 8 106 44 4A
Octal 260 217 352 31 47 0 10 406 104 112
Binary 10110000 10001111 11101010 11001 100111 0 1000 100000110 1000100 1001010

Color Harmonies of #B08FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FEA

Black with #B08FEA

Text Example


Text Example

White with #B08FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FEA; }

 p { color: rgb(176,143,234); }

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

background-color css

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

 a { background-color: rgb(176,143,234); }

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

border-color css

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

 span { border-color: rgb(176,143,234); }

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