Html Css Color HEX #B58FE8 Biloba Flower

📋 copy color: '#B58FE8'

red 181 ◦ green 143 ◦ blue 232

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

Shades of Biloba Flower #B58FE8

Tints of Biloba Flower #B58FE8

RGB

 RED value IS 181 (71.09% from 255) = 32.55%

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

 BLUE value IS 232 (91.02% from 255) = 41.73%

R = 32.55%
G = 25.72%
B = 41.73%

CMYK

 C value IS 0.22

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B58FE8 (or 0xB58FE8) is known color: Biloba Flower. HEX triplet: B5, 8F and E8. RGB value is (181,143,232). Sum of RGB (Red+Green+Blue) = 181+143+232=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 232 (91.02% from 255 or 41.73% from 556); Max value from RGB is 232 - color contains mainly: blue. Hex color #B58FE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FE8 is #4A7017. Grayscale: #A4A4A4. Windows color (decimal): -4878360 or 15241141. OLE color: 15241141.

HSL color Cylindrical-coordinate representation of color #B58FE8: hue angle of 265.62º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B58FE8 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 143 232 -
CMYK 0.22 0.38 0 0.09
HSL 265.62º 0.66% 0.74% -
HSV(B) 265.62º 0.38% 0.91% -
XYZ 43.44 35.29 80.87 -
YUV 164.51 166.09 139.76 -
System Red Green Blue C M Y K H S L
Decimal 181 143 232 0.22 0.38 0 0.09 265.62 0.66 0.74
Hex B5 8F E8 16 26 0 9 10A 42 4A
Octal 265 217 350 26 46 0 11 412 102 112
Binary 10110101 10001111 11101000 10110 100110 0 1001 100001010 1000010 1001010

Color Harmonies of #B58FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FE8

Black with #B58FE8

Text Example


Text Example

White with #B58FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FE8; }

 p { color: rgb(181,143,232); }

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

background-color css

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

 a { background-color: rgb(181,143,232); }

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

border-color css

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

 span { border-color: rgb(181,143,232); }

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