Html Css Color HEX #B58BD2 Biloba Flower

📋 copy color: '#B58BD2'

red 181 ◦ green 139 ◦ blue 210

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

Shades of Biloba Flower #B58BD2

Tints of Biloba Flower #B58BD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 39.62%

R = 34.15%
G = 26.23%
B = 39.62%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B58BD2 (or 0xB58BD2) is known color: Biloba Flower. HEX triplet: B5, 8B and D2. RGB value is (181,139,210). Sum of RGB (Red+Green+Blue) = 181+139+210=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 210 (82.42% from 255 or 39.62% from 530); Max value from RGB is 210 - color contains mainly: blue. Hex color #B58BD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B58BD2 is #4A742D. Grayscale: #9F9F9F. Windows color (decimal): -4879406 or 13798325. OLE color: 13798325.

HSL color Cylindrical-coordinate representation of color #B58BD2: hue angle of 275.49º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B58BD2 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 139 210 -
CMYK 0.14 0.34 0 0.18
HSL 275.49º 0.44% 0.68% -
HSV(B) 275.49º 0.34% 0.82% -
XYZ 39.92 32.94 65.23 -
YUV 159.65 156.41 143.23 -
System Red Green Blue C M Y K H S L
Decimal 181 139 210 0.14 0.34 0 0.18 275.49 0.44 0.68
Hex B5 8B D2 E 22 0 12 113 2C 44
Octal 265 213 322 16 42 0 22 423 54 104
Binary 10110101 10001011 11010010 1110 100010 0 10010 100010011 101100 1000100

Color Harmonies of #B58BD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BD2

Black with #B58BD2

Text Example


Text Example

White with #B58BD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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