Html Css Color HEX #B58AED Biloba Flower

📋 copy color: '#B58AED'

red 181 ◦ green 138 ◦ blue 237

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

Shades of Biloba Flower #B58AED

Tints of Biloba Flower #B58AED

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.82%

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

R = 32.55%
G = 24.82%
B = 42.63%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B58AED (or 0xB58AED) is known color: Biloba Flower. HEX triplet: B5, 8A and ED. RGB value is (181,138,237). Sum of RGB (Red+Green+Blue) = 181+138+237=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 237 - color contains mainly: blue. Hex color #B58AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58AED is #4A7512. Grayscale: #A1A1A1. Windows color (decimal): -4879635 or 15567541. OLE color: 15567541.

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

Color convert

RGB 181 138 237 -
CMYK 0.24 0.42 0 0.07
HSL 266.06º 0.73% 0.74% -
HSV(B) 266.06º 0.42% 0.93% -
XYZ 43.43 34.12 84.42 -
YUV 162.14 170.25 141.45 -
System Red Green Blue C M Y K H S L
Decimal 181 138 237 0.24 0.42 0 0.07 266.06 0.73 0.74
Hex B5 8A ED 18 2A 0 7 10A 49 4A
Octal 265 212 355 30 52 0 7 412 111 112
Binary 10110101 10001010 11101101 11000 101010 0 111 100001010 1001001 1001010

Color Harmonies of #B58AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58AED

Black with #B58AED

Text Example


Text Example

White with #B58AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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