Html Css Color HEX #B08FEE Biloba Flower

📋 copy color: '#B08FEE'

red 176 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #B08FEE

Tints of Biloba Flower #B08FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 31.6%
G = 25.67%
B = 42.73%

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

#B08FEE (or 0xB08FEE) is known color: Biloba Flower. HEX triplet: B0, 8F and EE. RGB value is (176,143,238). Sum of RGB (Red+Green+Blue) = 176+143+238=557 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.60% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #B08FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FEE is #4F7011. Grayscale: #A3A3A3. Windows color (decimal): -5206034 or 15634352. OLE color: 15634352.

HSL color Cylindrical-coordinate representation of color #B08FEE: hue angle of 260.84º degrees, saturation: 0.74, 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 #B08FEE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 143 238 -
CMYK 0.26 0.40 0 0.07
HSL 260.84º 0.74% 0.75% -
HSV(B) 260.84º 0.4% 0.93% -
XYZ 43.16 35.05 85.38 -
YUV 163.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 176 143 238 0.26 0.40 0 0.07 260.84 0.74 0.75
Hex B0 8F EE 1A 28 0 7 105 4A 4B
Octal 260 217 356 32 50 0 7 405 112 113
Binary 10110000 10001111 11101110 11010 101000 0 111 100000101 1001010 1001011

Color Harmonies of #B08FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FEE

Black with #B08FEE

Text Example


Text Example

White with #B08FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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