Html Css Color HEX #B594EE Biloba Flower

📋 copy color: '#B594EE'

red 181 ◦ green 148 ◦ blue 238

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

Shades of Biloba Flower #B594EE

Tints of Biloba Flower #B594EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.98%

R = 31.92%
G = 26.1%
B = 41.98%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B594EE (or 0xB594EE) is known color: Biloba Flower. HEX triplet: B5, 94 and EE. RGB value is (181,148,238). Sum of RGB (Red+Green+Blue) = 181+148+238=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #B594EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B594EE is #4A6B11. Grayscale: #A7A7A7. Windows color (decimal): -4877074 or 15635637. OLE color: 15635637.

HSL color Cylindrical-coordinate representation of color #B594EE: hue angle of 262º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B594EE is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 148 238 -
CMYK 0.24 0.38 0 0.07
HSL 262º 0.73% 0.76% -
HSV(B) 262º 0.38% 0.93% -
XYZ 45.08 37.18 85.69 -
YUV 168.13 167.43 137.18 -
System Red Green Blue C M Y K H S L
Decimal 181 148 238 0.24 0.38 0 0.07 262 0.73 0.76
Hex B5 94 EE 18 26 0 7 106 49 4C
Octal 265 224 356 30 46 0 7 406 111 114
Binary 10110101 10010100 11101110 11000 100110 0 111 100000110 1001001 1001100

Color Harmonies of #B594EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594EE

Black with #B594EE

Text Example


Text Example

White with #B594EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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