Html Css Color HEX #B594D0 Biloba Flower

📋 copy color: '#B594D0'

red 181 ◦ green 148 ◦ blue 208

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

Shades of Biloba Flower #B594D0

Tints of Biloba Flower #B594D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.73%

R = 33.71%
G = 27.56%
B = 38.73%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B594D0 (or 0xB594D0) is known color: Biloba Flower. HEX triplet: B5, 94 and D0. RGB value is (181,148,208). Sum of RGB (Red+Green+Blue) = 181+148+208=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 208 (81.64% from 255 or 38.73% from 537); Max value from RGB is 208 - color contains mainly: blue. Hex color #B594D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594D0 is #4A6B2F. Grayscale: #A4A4A4. Windows color (decimal): -4877104 or 13669557. OLE color: 13669557.

HSL color Cylindrical-coordinate representation of color #B594D0: hue angle of 273º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B594D0 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 148 208 -
CMYK 0.13 0.29 0 0.18
HSL 273º 0.39% 0.7% -
HSV(B) 273º 0.29% 0.82% -
XYZ 41.03 35.56 64.38 -
YUV 164.71 152.43 139.62 -
System Red Green Blue C M Y K H S L
Decimal 181 148 208 0.13 0.29 0 0.18 273 0.39 0.7
Hex B5 94 D0 D 1D 0 12 111 27 46
Octal 265 224 320 15 35 0 22 421 47 106
Binary 10110101 10010100 11010000 1101 11101 0 10010 100010001 100111 1000110

Color Harmonies of #B594D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594D0

Black with #B594D0

Text Example


Text Example

White with #B594D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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