Html Css Color HEX #B973EE Medium Orchid

📋 copy color: '#B973EE'

red 185 ◦ green 115 ◦ blue 238

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

Shades of Medium Orchid #B973EE

Tints of Medium Orchid #B973EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.24%

R = 34.39%
G = 21.38%
B = 44.24%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B973EE (or 0xB973EE) is known color: Medium Orchid. HEX triplet: B9, 73 and EE. RGB value is (185,115,238). Sum of RGB (Red+Green+Blue) = 185+115+238=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 238 (93.36% from 255 or 44.24% from 538); Max value from RGB is 238 - color contains mainly: blue. Hex color #B973EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973EE is #468C11. Grayscale: #959595. Windows color (decimal): -4623378 or 15627193. OLE color: 15627193.

HSL color Cylindrical-coordinate representation of color #B973EE: hue angle of 274.15º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B973EE is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 115 238 -
CMYK 0.22 0.52 0 0.07
HSL 274.15º 0.78% 0.69% -
HSV(B) 274.15º 0.52% 0.93% -
XYZ 41.57 28.75 84.25 -
YUV 149.95 177.69 153 -
System Red Green Blue C M Y K H S L
Decimal 185 115 238 0.22 0.52 0 0.07 274.15 0.78 0.69
Hex B9 73 EE 16 34 0 7 112 4E 45
Octal 271 163 356 26 64 0 7 422 116 105
Binary 10111001 1110011 11101110 10110 110100 0 111 100010010 1001110 1000101

Color Harmonies of #B973EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973EE

Black with #B973EE

Text Example


Text Example

White with #B973EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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