Html Css Color HEX #B973ED Medium Orchid

📋 copy color: '#B973ED'

red 185 ◦ green 115 ◦ blue 237

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

Shades of Medium Orchid #B973ED

Tints of Medium Orchid #B973ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.13%

R = 34.45%
G = 21.42%
B = 44.13%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B973ED (or 0xB973ED) is known color: Medium Orchid. HEX triplet: B9, 73 and ED. RGB value is (185,115,237). Sum of RGB (Red+Green+Blue) = 185+115+237=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #B973ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973ED is #468C12. Grayscale: #959595. Windows color (decimal): -4623379 or 15561657. OLE color: 15561657.

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

Color convert

RGB 185 115 237 -
CMYK 0.22 0.51 0 0.07
HSL 274.43º 0.77% 0.69% -
HSV(B) 274.43º 0.51% 0.93% -
XYZ 41.42 28.69 83.48 -
YUV 149.84 177.19 153.08 -
System Red Green Blue C M Y K H S L
Decimal 185 115 237 0.22 0.51 0 0.07 274.43 0.77 0.69
Hex B9 73 ED 16 33 0 7 112 4D 45
Octal 271 163 355 26 63 0 7 422 115 105
Binary 10111001 1110011 11101101 10110 110011 0 111 100010010 1001101 1000101

Color Harmonies of #B973ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973ED

Black with #B973ED

Text Example


Text Example

White with #B973ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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