Html Css Color HEX #B08FEF Biloba Flower

📋 copy color: '#B08FEF'

red 176 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #B08FEF

Tints of Biloba Flower #B08FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.83%

R = 31.54%
G = 25.63%
B = 42.83%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B08FEF (or 0xB08FEF) is known color: Biloba Flower. HEX triplet: B0, 8F and EF. RGB value is (176,143,239). Sum of RGB (Red+Green+Blue) = 176+143+239=558 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.54% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #B08FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B08FEF is #4F7010. Grayscale: #A3A3A3. Windows color (decimal): -5206033 or 15699888. OLE color: 15699888.

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

Color convert

RGB 176 143 239 -
CMYK 0.26 0.40 0 0.06
HSL 260.63º 0.75% 0.75% -
HSV(B) 260.63º 0.4% 0.94% -
XYZ 43.31 35.11 86.16 -
YUV 163.81 170.43 136.69 -
System Red Green Blue C M Y K H S L
Decimal 176 143 239 0.26 0.40 0 0.06 260.63 0.75 0.75
Hex B0 8F EF 1A 28 0 6 105 4B 4B
Octal 260 217 357 32 50 0 6 405 113 113
Binary 10110000 10001111 11101111 11010 101000 0 110 100000101 1001011 1001011

Color Harmonies of #B08FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FEF

Black with #B08FEF

Text Example


Text Example

White with #B08FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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