Html Css Color HEX #B58DEB Biloba Flower

📋 copy color: '#B58DEB'

red 181 ◦ green 141 ◦ blue 235

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

Shades of Biloba Flower #B58DEB

Tints of Biloba Flower #B58DEB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.31%

 BLUE value IS 235 (92.19% from 255) = 42.19%

R = 32.5%
G = 25.31%
B = 42.19%

CMYK

 C value IS 0.23

 M value IS 0.4

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B58DEB (or 0xB58DEB) is known color: Biloba Flower. HEX triplet: B5, 8D and EB. RGB value is (181,141,235). Sum of RGB (Red+Green+Blue) = 181+141+235=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #B58DEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DEB is #4A7214. Grayscale: #A3A3A3. Windows color (decimal): -4878869 or 15437237. OLE color: 15437237.

HSL color Cylindrical-coordinate representation of color #B58DEB: hue angle of 265.53º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58DEB is Cyan = 0.23, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 141 235 -
CMYK 0.23 0.4 0 0.08
HSL 265.53º 0.7% 0.74% -
HSV(B) 265.53º 0.4% 0.92% -
XYZ 43.58 34.87 83.03 -
YUV 163.68 168.25 140.36 -
System Red Green Blue C M Y K H S L
Decimal 181 141 235 0.23 0.4 0 0.08 265.53 0.7 0.74
Hex B5 8D EB 17 28 0 8 10A 46 4A
Octal 265 215 353 27 50 0 10 412 106 112
Binary 10110101 10001101 11101011 10111 101000 0 1000 100001010 1000110 1001010

Color Harmonies of #B58DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DEB

Black with #B58DEB

Text Example


Text Example

White with #B58DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DEB; }

 p { color: rgb(181,141,235); }

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

background-color css

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

 a { background-color: rgb(181,141,235); }

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

border-color css

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

 span { border-color: rgb(181,141,235); }

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