Html Css Color HEX #B07FE8 Biloba Flower

📋 copy color: '#B07FE8'

red 176 ◦ green 127 ◦ blue 232

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

Shades of Biloba Flower #B07FE8

Tints of Biloba Flower #B07FE8

RGB

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

 GREEN value IS 127 (50% from 255) = 23.74%

 BLUE value IS 232 (91.02% from 255) = 43.36%

R = 32.9%
G = 23.74%
B = 43.36%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B07FE8 (or 0xB07FE8) is known color: Biloba Flower. HEX triplet: B0, 7F and E8. RGB value is (176,127,232). Sum of RGB (Red+Green+Blue) = 176+127+232=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 232 (91.02% from 255 or 43.36% from 535); Max value from RGB is 232 - color contains mainly: blue. Hex color #B07FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07FE8 is #4F8017. Grayscale: #999999. Windows color (decimal): -5210136 or 15237040. OLE color: 15237040.

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

Color convert

RGB 176 127 232 -
CMYK 0.24 0.45 0 0.09
HSL 268º 0.7% 0.7% -
HSV(B) 268º 0.45% 0.91% -
XYZ 40.06 30.24 80.07 -
YUV 153.62 172.23 143.96 -
System Red Green Blue C M Y K H S L
Decimal 176 127 232 0.24 0.45 0 0.09 268 0.7 0.7
Hex B0 7F E8 18 2D 0 9 10C 46 46
Octal 260 177 350 30 55 0 11 414 106 106
Binary 10110000 1111111 11101000 11000 101101 0 1001 100001100 1000110 1000110

Color Harmonies of #B07FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07FE8

Black with #B07FE8

Text Example


Text Example

White with #B07FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07FE8; }

 p { color: rgb(176,127,232); }

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

background-color css

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

 a { background-color: rgb(176,127,232); }

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

border-color css

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

 span { border-color: rgb(176,127,232); }

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