Html Css Color HEX #B953CE Medium Orchid

📋 copy color: '#B953CE'

red 185 ◦ green 83 ◦ blue 206

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

Shades of Medium Orchid #B953CE

Tints of Medium Orchid #B953CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.51%

 BLUE value IS 206 (80.86% from 255) = 43.46%

R = 39.03%
G = 17.51%
B = 43.46%

CMYK

 C value IS 0.10

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B953CE (or 0xB953CE) is known color: Medium Orchid. HEX triplet: B9, 53 and CE. RGB value is (185,83,206). Sum of RGB (Red+Green+Blue) = 185+83+206=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #B953CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B953CE is #46AC31. Grayscale: #7F7F7F. Windows color (decimal): -4631602 or 13521849. OLE color: 13521849.

HSL color Cylindrical-coordinate representation of color #B953CE: hue angle of 289.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B953CE is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 83 206 -
CMYK 0.10 0.60 0 0.19
HSL 289.76º 0.56% 0.57% -
HSV(B) 289.76º 0.6% 0.81% -
XYZ 34.24 20.96 60.63 -
YUV 127.52 172.29 169 -
System Red Green Blue C M Y K H S L
Decimal 185 83 206 0.10 0.60 0 0.19 289.76 0.56 0.57
Hex B9 53 CE A 3C 0 13 122 38 39
Octal 271 123 316 12 74 0 23 442 70 71
Binary 10111001 1010011 11001110 1010 111100 0 10011 100100010 111000 111001

Color Harmonies of #B953CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B953CE

Black with #B953CE

Text Example


Text Example

White with #B953CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B953CE; }

 p { color: rgb(185,83,206); }

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

background-color css

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

 a { background-color: rgb(185,83,206); }

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

border-color css

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

 span { border-color: rgb(185,83,206); }

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