Html Css Color HEX #B58BEC Biloba Flower

📋 copy color: '#B58BEC'

red 181 ◦ green 139 ◦ blue 236

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

Shades of Biloba Flower #B58BEC

Tints of Biloba Flower #B58BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 32.55%
G = 25%
B = 42.45%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B58BEC (or 0xB58BEC) is known color: Biloba Flower. HEX triplet: B5, 8B and EC. RGB value is (181,139,236). Sum of RGB (Red+Green+Blue) = 181+139+236=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 139 (54.69% from 255 or 25% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #B58BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BEC is #4A7413. Grayscale: #A2A2A2. Windows color (decimal): -4879380 or 15502261. OLE color: 15502261.

HSL color Cylindrical-coordinate representation of color #B58BEC: hue angle of 265.98º degrees, saturation: 0.72, 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 #B58BEC is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 139 236 -
CMYK 0.23 0.41 0 0.07
HSL 265.98º 0.72% 0.74% -
HSV(B) 265.98º 0.41% 0.93% -
XYZ 43.43 34.35 83.7 -
YUV 162.62 169.41 141.11 -
System Red Green Blue C M Y K H S L
Decimal 181 139 236 0.23 0.41 0 0.07 265.98 0.72 0.74
Hex B5 8B EC 17 29 0 7 10A 48 4A
Octal 265 213 354 27 51 0 7 412 110 112
Binary 10110101 10001011 11101100 10111 101001 0 111 100001010 1001000 1001010

Color Harmonies of #B58BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BEC

Black with #B58BEC

Text Example


Text Example

White with #B58BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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