Html Css Color HEX #B595EA Biloba Flower

📋 copy color: '#B595EA'

red 181 ◦ green 149 ◦ blue 234

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

Shades of Biloba Flower #B595EA

Tints of Biloba Flower #B595EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.42%

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

R = 32.09%
G = 26.42%
B = 41.49%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B595EA (or 0xB595EA) is known color: Biloba Flower. HEX triplet: B5, 95 and EA. RGB value is (181,149,234). Sum of RGB (Red+Green+Blue) = 181+149+234=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #B595EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B595EA is #4A6A15. Grayscale: #A7A7A7. Windows color (decimal): -4876822 or 15373749. OLE color: 15373749.

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

Color convert

RGB 181 149 234 -
CMYK 0.23 0.36 0 0.08
HSL 262.59º 0.67% 0.75% -
HSV(B) 262.59º 0.36% 0.92% -
XYZ 44.65 37.26 82.68 -
YUV 168.26 165.1 137.09 -
System Red Green Blue C M Y K H S L
Decimal 181 149 234 0.23 0.36 0 0.08 262.59 0.67 0.75
Hex B5 95 EA 17 24 0 8 107 43 4B
Octal 265 225 352 27 44 0 10 407 103 113
Binary 10110101 10010101 11101010 10111 100100 0 1000 100000111 1000011 1001011

Color Harmonies of #B595EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595EA

Black with #B595EA

Text Example


Text Example

White with #B595EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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