Html Css Color HEX #B990CF East Side

📋 copy color: '#B990CF'

red 185 ◦ green 144 ◦ blue 207

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

Shades of East Side #B990CF

Tints of East Side #B990CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.87%

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

R = 34.51%
G = 26.87%
B = 38.62%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B990CF (or 0xB990CF) is known color: East Side. HEX triplet: B9, 90 and CF. RGB value is (185,144,207). Sum of RGB (Red+Green+Blue) = 185+144+207=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: blue. Hex color #B990CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B990CF is #466F30. Grayscale: #A3A3A3. Windows color (decimal): -4615985 or 13603001. OLE color: 13603001.

HSL color Cylindrical-coordinate representation of color #B990CF: hue angle of 279.05º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B990CF is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 144 207 -
CMYK 0.11 0.30 0 0.19
HSL 279.05º 0.4% 0.69% -
HSV(B) 279.05º 0.3% 0.81% -
XYZ 41.24 34.77 63.57 -
YUV 163.44 152.58 143.38 -
System Red Green Blue C M Y K H S L
Decimal 185 144 207 0.11 0.30 0 0.19 279.05 0.4 0.69
Hex B9 90 CF B 1E 0 13 117 28 45
Octal 271 220 317 13 36 0 23 427 50 105
Binary 10111001 10010000 11001111 1011 11110 0 10011 100010111 101000 1000101

Color Harmonies of #B990CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B990CF

Black with #B990CF

Text Example


Text Example

White with #B990CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B990CF; }

 p { color: rgb(185,144,207); }

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

background-color css

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

 a { background-color: rgb(185,144,207); }

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

border-color css

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

 span { border-color: rgb(185,144,207); }

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