Html Css Color HEX #B97CDA East Side

📋 copy color: '#B97CDA'

red 185 ◦ green 124 ◦ blue 218

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

Shades of East Side #B97CDA

Tints of East Side #B97CDA

RGB

 RED value IS 185 (72.66% from 255) = 35.1%

 GREEN value IS 124 (48.83% from 255) = 23.53%

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 35.1%
G = 23.53%
B = 41.37%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B97CDA (or 0xB97CDA) is known color: East Side. HEX triplet: B9, 7C and DA. RGB value is (185,124,218). Sum of RGB (Red+Green+Blue) = 185+124+218=527 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.10% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B97CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B97CDA is #468325. Grayscale: #989898. Windows color (decimal): -4621094 or 14318777. OLE color: 14318777.

HSL color Cylindrical-coordinate representation of color #B97CDA: hue angle of 278.94º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B97CDA is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 124 218 -
CMYK 0.15 0.43 0 0.15
HSL 278.94º 0.56% 0.67% -
HSV(B) 278.94º 0.43% 0.85% -
XYZ 39.87 29.79 69.98 -
YUV 152.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 185 124 218 0.15 0.43 0 0.15 278.94 0.56 0.67
Hex B9 7C DA F 2B 0 F 117 38 43
Octal 271 174 332 17 53 0 17 427 70 103
Binary 10111001 1111100 11011010 1111 101011 0 1111 100010111 111000 1000011

Color Harmonies of #B97CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B97CDA

Black with #B97CDA

Text Example


Text Example

White with #B97CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B97CDA; }

 p { color: rgb(185,124,218); }

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

background-color css

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

 a { background-color: rgb(185,124,218); }

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

border-color css

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

 span { border-color: rgb(185,124,218); }

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