Html Css Color HEX #B585EA Biloba Flower

📋 copy color: '#B585EA'

red 181 ◦ green 133 ◦ blue 234

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

Shades of Biloba Flower #B585EA

Tints of Biloba Flower #B585EA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 24.27%

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

R = 33.03%
G = 24.27%
B = 42.7%

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

#B585EA (or 0xB585EA) is known color: Biloba Flower. HEX triplet: B5, 85 and EA. RGB value is (181,133,234). Sum of RGB (Red+Green+Blue) = 181+133+234=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 234 (91.80% from 255 or 42.70% from 548); Max value from RGB is 234 - color contains mainly: blue. Hex color #B585EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B585EA is #4A7A15. Grayscale: #9E9E9E. Windows color (decimal): -4880918 or 15369653. OLE color: 15369653.

HSL color Cylindrical-coordinate representation of color #B585EA: hue angle of 268.51º degrees, saturation: 0.71, 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 #B585EA is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 133 234 -
CMYK 0.23 0.43 0 0.08
HSL 268.51º 0.71% 0.72% -
HSV(B) 268.51º 0.43% 0.92% -
XYZ 42.29 32.54 81.89 -
YUV 158.87 170.4 143.79 -
System Red Green Blue C M Y K H S L
Decimal 181 133 234 0.23 0.43 0 0.08 268.51 0.71 0.72
Hex B5 85 EA 17 2B 0 8 10D 47 48
Octal 265 205 352 27 53 0 10 415 107 110
Binary 10110101 10000101 11101010 10111 101011 0 1000 100001101 1000111 1001000

Color Harmonies of #B585EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B585EA

Black with #B585EA

Text Example


Text Example

White with #B585EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B585EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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