Html Css Color HEX #B973CE Medium Orchid

📋 copy color: '#B973CE'

red 185 ◦ green 115 ◦ blue 206

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

Shades of Medium Orchid #B973CE

Tints of Medium Orchid #B973CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.73%

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

R = 36.56%
G = 22.73%
B = 40.71%

CMYK

 C value IS 0.10

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B973CE (or 0xB973CE) is known color: Medium Orchid. HEX triplet: B9, 73 and CE. RGB value is (185,115,206). Sum of RGB (Red+Green+Blue) = 185+115+206=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #B973CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B973CE is #468C31. Grayscale: #929292. Windows color (decimal): -4623410 or 13530041. OLE color: 13530041.

HSL color Cylindrical-coordinate representation of color #B973CE: hue angle of 286.15º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B973CE is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 115 206 -
CMYK 0.10 0.44 0 0.19
HSL 286.15º 0.48% 0.63% -
HSV(B) 286.15º 0.44% 0.81% -
XYZ 37.28 27.03 61.65 -
YUV 146.3 161.69 155.6 -
System Red Green Blue C M Y K H S L
Decimal 185 115 206 0.10 0.44 0 0.19 286.15 0.48 0.63
Hex B9 73 CE A 2C 0 13 11E 30 3F
Octal 271 163 316 12 54 0 23 436 60 77
Binary 10111001 1110011 11001110 1010 101100 0 10011 100011110 110000 111111

Color Harmonies of #B973CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973CE

Black with #B973CE

Text Example


Text Example

White with #B973CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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