Html Css Color HEX #B398DC Biloba Flower

📋 copy color: '#B398DC'

red 179 ◦ green 152 ◦ blue 220

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

Shades of Biloba Flower #B398DC

Tints of Biloba Flower #B398DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.93%

R = 32.49%
G = 27.59%
B = 39.93%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B398DC (or 0xB398DC) is known color: Biloba Flower. HEX triplet: B3, 98 and DC. RGB value is (179,152,220). Sum of RGB (Red+Green+Blue) = 179+152+220=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B398DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B398DC is #4C6723. Grayscale: #A7A7A7. Windows color (decimal): -5007140 or 14457011. OLE color: 14457011.

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

Color convert

RGB 179 152 220 -
CMYK 0.19 0.31 0 0.14
HSL 263.82º 0.49% 0.73% -
HSV(B) 263.82º 0.31% 0.86% -
XYZ 42.74 37.21 72.64 -
YUV 167.83 157.45 135.97 -
System Red Green Blue C M Y K H S L
Decimal 179 152 220 0.19 0.31 0 0.14 263.82 0.49 0.73
Hex B3 98 DC 13 1F 0 E 108 31 49
Octal 263 230 334 23 37 0 16 410 61 111
Binary 10110011 10011000 11011100 10011 11111 0 1110 100001000 110001 1001001

Color Harmonies of #B398DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B398DC

Black with #B398DC

Text Example


Text Example

White with #B398DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B398DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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