Html Css Color HEX #B08FE1 Biloba Flower

📋 copy color: '#B08FE1'

red 176 ◦ green 143 ◦ blue 225

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

Shades of Biloba Flower #B08FE1

Tints of Biloba Flower #B08FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.36%

R = 32.35%
G = 26.29%
B = 41.36%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B08FE1 (or 0xB08FE1) is known color: Biloba Flower. HEX triplet: B0, 8F and E1. RGB value is (176,143,225). Sum of RGB (Red+Green+Blue) = 176+143+225=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #B08FE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FE1 is #4F701E. Grayscale: #A1A1A1. Windows color (decimal): -5206047 or 14782384. OLE color: 14782384.

HSL color Cylindrical-coordinate representation of color #B08FE1: hue angle of 264.15º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B08FE1 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 143 225 -
CMYK 0.22 0.36 0 0.12
HSL 264.15º 0.58% 0.72% -
HSV(B) 264.15º 0.36% 0.88% -
XYZ 41.32 34.31 75.68 -
YUV 162.22 163.43 137.83 -
System Red Green Blue C M Y K H S L
Decimal 176 143 225 0.22 0.36 0 0.12 264.15 0.58 0.72
Hex B0 8F E1 16 24 0 C 108 3A 48
Octal 260 217 341 26 44 0 14 410 72 110
Binary 10110000 10001111 11100001 10110 100100 0 1100 100001000 111010 1001000

Color Harmonies of #B08FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FE1

Black with #B08FE1

Text Example


Text Example

White with #B08FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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