Html Css Color HEX #B389CF East Side

📋 copy color: '#B389CF'

red 179 ◦ green 137 ◦ blue 207

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

Shades of East Side #B389CF

Tints of East Side #B389CF

RGB

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

 GREEN value IS 137 (53.91% from 255) = 26.2%

 BLUE value IS 207 (81.25% from 255) = 39.58%

R = 34.23%
G = 26.2%
B = 39.58%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B389CF (or 0xB389CF) is known color: East Side. HEX triplet: B3, 89 and CF. RGB value is (179,137,207). Sum of RGB (Red+Green+Blue) = 179+137+207=523 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.23% from 523); Green value is 137 (53.91% from 255 or 26.20% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #B389CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B389CF is #4C7630. Grayscale: #9D9D9D. Windows color (decimal): -5010993 or 13601203. OLE color: 13601203.

HSL color Cylindrical-coordinate representation of color #B389CF: hue angle of 276º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B389CF is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 137 207 -
CMYK 0.14 0.34 0 0.19
HSL 276º 0.42% 0.67% -
HSV(B) 276º 0.34% 0.81% -
XYZ 38.8 31.98 63.16 -
YUV 157.54 155.91 143.31 -
System Red Green Blue C M Y K H S L
Decimal 179 137 207 0.14 0.34 0 0.19 276 0.42 0.67
Hex B3 89 CF E 22 0 13 114 2A 43
Octal 263 211 317 16 42 0 23 424 52 103
Binary 10110011 10001001 11001111 1110 100010 0 10011 100010100 101010 1000011

Color Harmonies of #B389CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389CF

Black with #B389CF

Text Example


Text Example

White with #B389CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389CF; }

 p { color: rgb(179,137,207); }

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

background-color css

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

 a { background-color: rgb(179,137,207); }

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

border-color css

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

 span { border-color: rgb(179,137,207); }

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