Html Css Color HEX #B58DED Biloba Flower

📋 copy color: '#B58DED'

red 181 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #B58DED

Tints of Biloba Flower #B58DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 32.38%
G = 25.22%
B = 42.4%

CMYK

 C value IS 0.24

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B58DED (or 0xB58DED) is known color: Biloba Flower. HEX triplet: B5, 8D and ED. RGB value is (181,141,237). Sum of RGB (Red+Green+Blue) = 181+141+237=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 141 (55.47% from 255 or 25.22% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #B58DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DED is #4A7212. Grayscale: #A3A3A3. Windows color (decimal): -4878867 or 15568309. OLE color: 15568309.

HSL color Cylindrical-coordinate representation of color #B58DED: hue angle of 265º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B58DED is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 141 237 -
CMYK 0.24 0.41 0 0.07
HSL 265º 0.73% 0.74% -
HSV(B) 265º 0.41% 0.93% -
XYZ 43.87 34.99 84.56 -
YUV 163.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 181 141 237 0.24 0.41 0 0.07 265 0.73 0.74
Hex B5 8D ED 18 29 0 7 109 49 4A
Octal 265 215 355 30 51 0 7 411 111 112
Binary 10110101 10001101 11101101 11000 101001 0 111 100001001 1001001 1001010

Color Harmonies of #B58DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DED

Black with #B58DED

Text Example


Text Example

White with #B58DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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