Html Css Color HEX #B58FE9 Biloba Flower

📋 copy color: '#B58FE9'

red 181 ◦ green 143 ◦ blue 233

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

Shades of Biloba Flower #B58FE9

Tints of Biloba Flower #B58FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 41.83%

R = 32.5%
G = 25.67%
B = 41.83%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B58FE9 (or 0xB58FE9) is known color: Biloba Flower. HEX triplet: B5, 8F and E9. RGB value is (181,143,233). Sum of RGB (Red+Green+Blue) = 181+143+233=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 233 (91.41% from 255 or 41.83% from 557); Max value from RGB is 233 - color contains mainly: blue. Hex color #B58FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FE9 is #4A7016. Grayscale: #A4A4A4. Windows color (decimal): -4878359 or 15306677. OLE color: 15306677.

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

Color convert

RGB 181 143 233 -
CMYK 0.22 0.39 0 0.09
HSL 265.33º 0.67% 0.74% -
HSV(B) 265.33º 0.39% 0.91% -
XYZ 43.59 35.35 81.62 -
YUV 164.62 166.59 139.68 -
System Red Green Blue C M Y K H S L
Decimal 181 143 233 0.22 0.39 0 0.09 265.33 0.67 0.74
Hex B5 8F E9 16 27 0 9 109 43 4A
Octal 265 217 351 26 47 0 11 411 103 112
Binary 10110101 10001111 11101001 10110 100111 0 1001 100001001 1000011 1001010

Color Harmonies of #B58FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FE9

Black with #B58FE9

Text Example


Text Example

White with #B58FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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