Html Css Color HEX #B08ECF Biloba Flower

📋 copy color: '#B08ECF'

red 176 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #B08ECF

Tints of Biloba Flower #B08ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.05%

 BLUE value IS 207 (81.25% from 255) = 39.43%

R = 33.52%
G = 27.05%
B = 39.43%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B08ECF (or 0xB08ECF) is known color: Biloba Flower. HEX triplet: B0, 8E and CF. RGB value is (176,142,207). Sum of RGB (Red+Green+Blue) = 176+142+207=525 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.52% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 207 - color contains mainly: blue. Hex color #B08ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08ECF is #4F7130. Grayscale: #9F9F9F. Windows color (decimal): -5206321 or 13602480. OLE color: 13602480.

HSL color Cylindrical-coordinate representation of color #B08ECF: hue angle of 271.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B08ECF is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 142 207 -
CMYK 0.15 0.31 0 0.19
HSL 271.38º 0.4% 0.68% -
HSV(B) 271.38º 0.31% 0.81% -
XYZ 38.84 33.08 63.37 -
YUV 159.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 176 142 207 0.15 0.31 0 0.19 271.38 0.4 0.68
Hex B0 8E CF F 1F 0 13 10F 28 44
Octal 260 216 317 17 37 0 23 417 50 104
Binary 10110000 10001110 11001111 1111 11111 0 10011 100001111 101000 1000100

Color Harmonies of #B08ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08ECF

Black with #B08ECF

Text Example


Text Example

White with #B08ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08ECF; }

 p { color: rgb(176,142,207); }

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

background-color css

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

 a { background-color: rgb(176,142,207); }

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

border-color css

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

 span { border-color: rgb(176,142,207); }

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