Html Css Color HEX #B08FED Biloba Flower

📋 copy color: '#B08FED'

red 176 ◦ green 143 ◦ blue 237

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

Shades of Biloba Flower #B08FED

Tints of Biloba Flower #B08FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.63%

R = 31.65%
G = 25.72%
B = 42.63%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B08FED (or 0xB08FED) is known color: Biloba Flower. HEX triplet: B0, 8F and ED. RGB value is (176,143,237). Sum of RGB (Red+Green+Blue) = 176+143+237=556 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.65% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B08FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FED is #4F7012. Grayscale: #A3A3A3. Windows color (decimal): -5206035 or 15568816. OLE color: 15568816.

HSL color Cylindrical-coordinate representation of color #B08FED: hue angle of 261.06º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B08FED is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 143 237 -
CMYK 0.26 0.40 0 0.07
HSL 261.06º 0.72% 0.75% -
HSV(B) 261.06º 0.4% 0.93% -
XYZ 43.01 34.99 84.61 -
YUV 163.58 169.43 136.86 -
System Red Green Blue C M Y K H S L
Decimal 176 143 237 0.26 0.40 0 0.07 261.06 0.72 0.75
Hex B0 8F ED 1A 28 0 7 105 48 4B
Octal 260 217 355 32 50 0 7 405 110 113
Binary 10110000 10001111 11101101 11010 101000 0 111 100000101 1001000 1001011

Color Harmonies of #B08FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FED

Black with #B08FED

Text Example


Text Example

White with #B08FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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