Html Css Color HEX #B594EA Biloba Flower

📋 copy color: '#B594EA'

red 181 ◦ green 148 ◦ blue 234

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

Shades of Biloba Flower #B594EA

Tints of Biloba Flower #B594EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.29%

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

R = 32.15%
G = 26.29%
B = 41.56%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B594EA (or 0xB594EA) is known color: Biloba Flower. HEX triplet: B5, 94 and EA. RGB value is (181,148,234). Sum of RGB (Red+Green+Blue) = 181+148+234=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 234 (91.80% from 255 or 41.56% from 563); Max value from RGB is 234 - color contains mainly: blue. Hex color #B594EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B594EA is #4A6B15. Grayscale: #A7A7A7. Windows color (decimal): -4877078 or 15373493. OLE color: 15373493.

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

Color convert

RGB 181 148 234 -
CMYK 0.23 0.37 0 0.08
HSL 263.02º 0.67% 0.75% -
HSV(B) 263.02º 0.37% 0.92% -
XYZ 44.5 36.94 82.63 -
YUV 167.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 181 148 234 0.23 0.37 0 0.08 263.02 0.67 0.75
Hex B5 94 EA 17 25 0 8 107 43 4B
Octal 265 224 352 27 45 0 10 407 103 113
Binary 10110101 10010100 11101010 10111 100101 0 1000 100000111 1000011 1001011

Color Harmonies of #B594EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594EA

Black with #B594EA

Text Example


Text Example

White with #B594EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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