Html Css Color HEX #B58BDE Biloba Flower

📋 copy color: '#B58BDE'

red 181 ◦ green 139 ◦ blue 222

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

Shades of Biloba Flower #B58BDE

Tints of Biloba Flower #B58BDE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.65%

 BLUE value IS 222 (87.11% from 255) = 40.96%

R = 33.39%
G = 25.65%
B = 40.96%

CMYK

 C value IS 0.18

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B58BDE (or 0xB58BDE) is known color: Biloba Flower. HEX triplet: B5, 8B and DE. RGB value is (181,139,222). Sum of RGB (Red+Green+Blue) = 181+139+222=542 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.39% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 222 (87.11% from 255 or 40.96% from 542); Max value from RGB is 222 - color contains mainly: blue. Hex color #B58BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BDE is #4A7421. Grayscale: #A0A0A0. Windows color (decimal): -4879394 or 14584757. OLE color: 14584757.

HSL color Cylindrical-coordinate representation of color #B58BDE: hue angle of 270.36º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B58BDE is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 139 222 -
CMYK 0.18 0.37 0 0.13
HSL 270.36º 0.56% 0.71% -
HSV(B) 270.36º 0.37% 0.87% -
XYZ 41.47 33.56 73.4 -
YUV 161.02 162.41 142.25 -
System Red Green Blue C M Y K H S L
Decimal 181 139 222 0.18 0.37 0 0.13 270.36 0.56 0.71
Hex B5 8B DE 12 25 0 D 10E 38 47
Octal 265 213 336 22 45 0 15 416 70 107
Binary 10110101 10001011 11011110 10010 100101 0 1101 100001110 111000 1000111

Color Harmonies of #B58BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BDE

Black with #B58BDE

Text Example


Text Example

White with #B58BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BDE; }

 p { color: rgb(181,139,222); }

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

background-color css

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

 a { background-color: rgb(181,139,222); }

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

border-color css

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

 span { border-color: rgb(181,139,222); }

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