Html Css Color HEX #B58CE4 Biloba Flower

📋 copy color: '#B58CE4'

red 181 ◦ green 140 ◦ blue 228

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

Shades of Biloba Flower #B58CE4

Tints of Biloba Flower #B58CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.5%

 BLUE value IS 228 (89.45% from 255) = 41.53%

R = 32.97%
G = 25.5%
B = 41.53%

CMYK

 C value IS 0.21

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B58CE4 (or 0xB58CE4) is known color: Biloba Flower. HEX triplet: B5, 8C and E4. RGB value is (181,140,228). Sum of RGB (Red+Green+Blue) = 181+140+228=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 140 (55.08% from 255 or 25.50% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #B58CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58CE4 is #4A731B. Grayscale: #A1A1A1. Windows color (decimal): -4879132 or 14978229. OLE color: 14978229.

HSL color Cylindrical-coordinate representation of color #B58CE4: hue angle of 267.95º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B58CE4 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 140 228 -
CMYK 0.21 0.39 0 0.11
HSL 267.95º 0.62% 0.72% -
HSV(B) 267.95º 0.39% 0.89% -
XYZ 42.44 34.18 77.76 -
YUV 162.29 165.08 141.34 -
System Red Green Blue C M Y K H S L
Decimal 181 140 228 0.21 0.39 0 0.11 267.95 0.62 0.72
Hex B5 8C E4 15 27 0 B 10C 3E 48
Octal 265 214 344 25 47 0 13 414 76 110
Binary 10110101 10001100 11100100 10101 100111 0 1011 100001100 111110 1001000

Color Harmonies of #B58CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CE4

Black with #B58CE4

Text Example


Text Example

White with #B58CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CE4; }

 p { color: rgb(181,140,228); }

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

background-color css

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

 a { background-color: rgb(181,140,228); }

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

border-color css

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

 span { border-color: rgb(181,140,228); }

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