Html Css Color HEX #B58BEA Biloba Flower

📋 copy color: '#B58BEA'

red 181 ◦ green 139 ◦ blue 234

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

Shades of Biloba Flower #B58BEA

Tints of Biloba Flower #B58BEA

RGB

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

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

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

R = 32.67%
G = 25.09%
B = 42.24%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B58BEA (or 0xB58BEA) is known color: Biloba Flower. HEX triplet: B5, 8B and EA. RGB value is (181,139,234). Sum of RGB (Red+Green+Blue) = 181+139+234=554 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.67% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #B58BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BEA is #4A7415. Grayscale: #A2A2A2. Windows color (decimal): -4879382 or 15371189. OLE color: 15371189.

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

Color convert

RGB 181 139 234 -
CMYK 0.23 0.41 0 0.08
HSL 266.53º 0.69% 0.73% -
HSV(B) 266.53º 0.41% 0.92% -
XYZ 43.14 34.23 82.18 -
YUV 162.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 181 139 234 0.23 0.41 0 0.08 266.53 0.69 0.73
Hex B5 8B EA 17 29 0 8 10B 45 49
Octal 265 213 352 27 51 0 10 413 105 111
Binary 10110101 10001011 11101010 10111 101001 0 1000 100001011 1000101 1001001

Color Harmonies of #B58BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BEA

Black with #B58BEA

Text Example


Text Example

White with #B58BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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