Html Css Color HEX #B586EA Biloba Flower

📋 copy color: '#B586EA'

red 181 ◦ green 134 ◦ blue 234

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

Shades of Biloba Flower #B586EA

Tints of Biloba Flower #B586EA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 24.41%

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

R = 32.97%
G = 24.41%
B = 42.62%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B586EA (or 0xB586EA) is known color: Biloba Flower. HEX triplet: B5, 86 and EA. RGB value is (181,134,234). Sum of RGB (Red+Green+Blue) = 181+134+234=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #B586EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B586EA is #4A7915. Grayscale: #9F9F9F. Windows color (decimal): -4880662 or 15369909. OLE color: 15369909.

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

Color convert

RGB 181 134 234 -
CMYK 0.23 0.43 0 0.08
HSL 268.2º 0.7% 0.72% -
HSV(B) 268.2º 0.43% 0.92% -
XYZ 42.43 32.81 81.94 -
YUV 159.45 170.07 143.37 -
System Red Green Blue C M Y K H S L
Decimal 181 134 234 0.23 0.43 0 0.08 268.2 0.7 0.72
Hex B5 86 EA 17 2B 0 8 10C 46 48
Octal 265 206 352 27 53 0 10 414 106 110
Binary 10110101 10000110 11101010 10111 101011 0 1000 100001100 1000110 1001000

Color Harmonies of #B586EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B586EA

Black with #B586EA

Text Example


Text Example

White with #B586EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B586EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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