Html Css Color HEX #B398DD Biloba Flower

📋 copy color: '#B398DD'

red 179 ◦ green 152 ◦ blue 221

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

Shades of Biloba Flower #B398DD

Tints of Biloba Flower #B398DD

RGB

 RED value IS 179 (70.31% from 255) = 32.43%

 GREEN value IS 152 (59.77% from 255) = 27.54%

 BLUE value IS 221 (86.72% from 255) = 40.04%

R = 32.43%
G = 27.54%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B398DD (or 0xB398DD) is known color: Biloba Flower. HEX triplet: B3, 98 and DD. RGB value is (179,152,221). Sum of RGB (Red+Green+Blue) = 179+152+221=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #B398DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398DD is #4C6722. Grayscale: #A7A7A7. Windows color (decimal): -5007139 or 14522547. OLE color: 14522547.

HSL color Cylindrical-coordinate representation of color #B398DD: hue angle of 263.48º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B398DD is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 152 221 -
CMYK 0.19 0.31 0 0.13
HSL 263.48º 0.5% 0.73% -
HSV(B) 263.48º 0.31% 0.87% -
XYZ 42.87 37.26 73.34 -
YUV 167.94 157.95 135.89 -
System Red Green Blue C M Y K H S L
Decimal 179 152 221 0.19 0.31 0 0.13 263.48 0.5 0.73
Hex B3 98 DD 13 1F 0 D 107 32 49
Octal 263 230 335 23 37 0 15 407 62 111
Binary 10110011 10011000 11011101 10011 11111 0 1101 100000111 110010 1001001

Color Harmonies of #B398DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398DD

Black with #B398DD

Text Example


Text Example

White with #B398DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398DD; }

 p { color: rgb(179,152,221); }

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

background-color css

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

 a { background-color: rgb(179,152,221); }

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

border-color css

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

 span { border-color: rgb(179,152,221); }

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