Html Css Color HEX #B08FE7 Biloba Flower

📋 copy color: '#B08FE7'

red 176 ◦ green 143 ◦ blue 231

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

Shades of Biloba Flower #B08FE7

Tints of Biloba Flower #B08FE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42%

R = 32%
G = 26%
B = 42%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B08FE7 (or 0xB08FE7) is known color: Biloba Flower. HEX triplet: B0, 8F and E7. RGB value is (176,143,231). Sum of RGB (Red+Green+Blue) = 176+143+231=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 231 (90.62% from 255 or 42% from 550); Max value from RGB is 231 - color contains mainly: blue. Hex color #B08FE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FE7 is #4F7018. Grayscale: #A2A2A2. Windows color (decimal): -5206041 or 15175600. OLE color: 15175600.

HSL color Cylindrical-coordinate representation of color #B08FE7: hue angle of 262.5º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B08FE7 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 176 143 231 -
CMYK 0.24 0.38 0 0.09
HSL 262.5º 0.65% 0.73% -
HSV(B) 262.5º 0.38% 0.91% -
XYZ 42.15 34.64 80.07 -
YUV 162.9 166.43 137.34 -
System Red Green Blue C M Y K H S L
Decimal 176 143 231 0.24 0.38 0 0.09 262.5 0.65 0.73
Hex B0 8F E7 18 26 0 9 106 41 49
Octal 260 217 347 30 46 0 11 406 101 111
Binary 10110000 10001111 11100111 11000 100110 0 1001 100000110 1000001 1001001

Color Harmonies of #B08FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FE7

Black with #B08FE7

Text Example


Text Example

White with #B08FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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