Html Css Color HEX #B08FE5 Biloba Flower

📋 copy color: '#B08FE5'

red 176 ◦ green 143 ◦ blue 229

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

Shades of Biloba Flower #B08FE5

Tints of Biloba Flower #B08FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 32.12%
G = 26.09%
B = 41.79%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B08FE5 (or 0xB08FE5) is known color: Biloba Flower. HEX triplet: B0, 8F and E5. RGB value is (176,143,229). Sum of RGB (Red+Green+Blue) = 176+143+229=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #B08FE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FE5 is #4F701A. Grayscale: #A2A2A2. Windows color (decimal): -5206043 or 15044528. OLE color: 15044528.

HSL color Cylindrical-coordinate representation of color #B08FE5: hue angle of 263.02º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B08FE5 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 143 229 -
CMYK 0.23 0.38 0 0.10
HSL 263.02º 0.62% 0.73% -
HSV(B) 263.02º 0.38% 0.9% -
XYZ 41.87 34.53 78.59 -
YUV 162.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 176 143 229 0.23 0.38 0 0.10 263.02 0.62 0.73
Hex B0 8F E5 17 26 0 A 107 3E 49
Octal 260 217 345 27 46 0 12 407 76 111
Binary 10110000 10001111 11100101 10111 100110 0 1010 100000111 111110 1001001

Color Harmonies of #B08FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FE5

Black with #B08FE5

Text Example


Text Example

White with #B08FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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