Html Css Color HEX #B73ECD Medium Orchid

📋 copy color: '#B73ECD'

red 183 ◦ green 62 ◦ blue 205

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

Shades of Medium Orchid #B73ECD

Tints of Medium Orchid #B73ECD

RGB

 RED value IS 183 (71.88% from 255) = 40.67%

 GREEN value IS 62 (24.61% from 255) = 13.78%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 40.67%
G = 13.78%
B = 45.56%

CMYK

 C value IS 0.11

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B73ECD (or 0xB73ECD) is known color: Medium Orchid. HEX triplet: B7, 3E and CD. RGB value is (183,62,205). Sum of RGB (Red+Green+Blue) = 183+62+205=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 62 (24.61% from 255 or 13.78% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B73ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73ECD is #48C132. Grayscale: #727272. Windows color (decimal): -4768051 or 13450935. OLE color: 13450935.

HSL color Cylindrical-coordinate representation of color #B73ECD: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73ECD is Cyan = 0.11, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 62 205 -
CMYK 0.11 0.70 0 0.20
HSL 290.77º 0.59% 0.52% -
HSV(B) 290.77º 0.7% 0.8% -
XYZ 32.27 17.92 59.52 -
YUV 114.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 183 62 205 0.11 0.70 0 0.20 290.77 0.59 0.52
Hex B7 3E CD B 46 0 14 123 3B 34
Octal 267 76 315 13 106 0 24 443 73 64
Binary 10110111 111110 11001101 1011 1000110 0 10100 100100011 111011 110100

Color Harmonies of #B73ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73ECD

Black with #B73ECD

Text Example


Text Example

White with #B73ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73ECD; }

 p { color: rgb(183,62,205); }

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

background-color css

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

 a { background-color: rgb(183,62,205); }

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

border-color css

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

 span { border-color: rgb(183,62,205); }

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