Html Css Color HEX #B08FEC Biloba Flower

📋 copy color: '#B08FEC'

red 176 ◦ green 143 ◦ blue 236

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

Shades of Biloba Flower #B08FEC

Tints of Biloba Flower #B08FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.52%

R = 31.71%
G = 25.77%
B = 42.52%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B08FEC (or 0xB08FEC) is known color: Biloba Flower. HEX triplet: B0, 8F and EC. RGB value is (176,143,236). Sum of RGB (Red+Green+Blue) = 176+143+236=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #B08FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FEC is #4F7013. Grayscale: #A3A3A3. Windows color (decimal): -5206036 or 15503280. OLE color: 15503280.

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

Color convert

RGB 176 143 236 -
CMYK 0.25 0.39 0 0.07
HSL 261.29º 0.71% 0.74% -
HSV(B) 261.29º 0.39% 0.93% -
XYZ 42.87 34.93 83.84 -
YUV 163.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 176 143 236 0.25 0.39 0 0.07 261.29 0.71 0.74
Hex B0 8F EC 19 27 0 7 105 47 4A
Octal 260 217 354 31 47 0 7 405 107 112
Binary 10110000 10001111 11101100 11001 100111 0 111 100000101 1000111 1001010

Color Harmonies of #B08FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FEC

Black with #B08FEC

Text Example


Text Example

White with #B08FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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