Html Css Color HEX #B07EE8 Biloba Flower

📋 copy color: '#B07EE8'

red 176 ◦ green 126 ◦ blue 232

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

Shades of Biloba Flower #B07EE8

Tints of Biloba Flower #B07EE8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.6%

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

R = 32.96%
G = 23.6%
B = 43.45%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B07EE8 (or 0xB07EE8) is known color: Biloba Flower. HEX triplet: B0, 7E and E8. RGB value is (176,126,232). Sum of RGB (Red+Green+Blue) = 176+126+232=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 232 (91.02% from 255 or 43.45% from 534); Max value from RGB is 232 - color contains mainly: blue. Hex color #B07EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B07EE8 is #4F8117. Grayscale: #989898. Windows color (decimal): -5210392 or 15236784. OLE color: 15236784.

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

Color convert

RGB 176 126 232 -
CMYK 0.24 0.46 0 0.09
HSL 268.3º 0.7% 0.7% -
HSV(B) 268.3º 0.46% 0.91% -
XYZ 39.93 29.98 80.03 -
YUV 153.03 172.57 144.38 -
System Red Green Blue C M Y K H S L
Decimal 176 126 232 0.24 0.46 0 0.09 268.3 0.7 0.7
Hex B0 7E E8 18 2E 0 9 10C 46 46
Octal 260 176 350 30 56 0 11 414 106 106
Binary 10110000 1111110 11101000 11000 101110 0 1001 100001100 1000110 1000110

Color Harmonies of #B07EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07EE8

Black with #B07EE8

Text Example


Text Example

White with #B07EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07EE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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