Html Css Color HEX #B58EEA Biloba Flower

📋 copy color: '#B58EEA'

red 181 ◦ green 142 ◦ blue 234

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

Shades of Biloba Flower #B58EEA

Tints of Biloba Flower #B58EEA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.49%

 BLUE value IS 234 (91.8% from 255) = 42.01%

R = 32.5%
G = 25.49%
B = 42.01%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B58EEA (or 0xB58EEA) is known color: Biloba Flower. HEX triplet: B5, 8E and EA. RGB value is (181,142,234). Sum of RGB (Red+Green+Blue) = 181+142+234=557 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.50% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 234 (91.80% from 255 or 42.01% from 557); Max value from RGB is 234 - color contains mainly: blue. Hex color #B58EEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EEA is #4A7115. Grayscale: #A3A3A3. Windows color (decimal): -4878614 or 15371957. OLE color: 15371957.

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

Color convert

RGB 181 142 234 -
CMYK 0.23 0.39 0 0.08
HSL 265.43º 0.69% 0.74% -
HSV(B) 265.43º 0.39% 0.92% -
XYZ 43.58 35.11 82.32 -
YUV 164.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 181 142 234 0.23 0.39 0 0.08 265.43 0.69 0.74
Hex B5 8E EA 17 27 0 8 109 45 4A
Octal 265 216 352 27 47 0 10 411 105 112
Binary 10110101 10001110 11101010 10111 100111 0 1000 100001001 1000101 1001010

Color Harmonies of #B58EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58EEA

Black with #B58EEA

Text Example


Text Example

White with #B58EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58EEA; }

 p { color: rgb(181,142,234); }

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

background-color css

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

 a { background-color: rgb(181,142,234); }

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

border-color css

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

 span { border-color: rgb(181,142,234); }

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