Html Css Color HEX #B73FCD Medium Orchid

📋 copy color: '#B73FCD'

red 183 ◦ green 63 ◦ blue 205

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

Shades of Medium Orchid #B73FCD

Tints of Medium Orchid #B73FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 13.97%

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

R = 40.58%
G = 13.97%
B = 45.45%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B73FCD (or 0xB73FCD) is known color: Medium Orchid. HEX triplet: B7, 3F and CD. RGB value is (183,63,205). Sum of RGB (Red+Green+Blue) = 183+63+205=451 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.58% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 205 (80.47% from 255 or 45.45% from 451); Max value from RGB is 205 - color contains mainly: blue. Hex color #B73FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73FCD is #48C032. Grayscale: #727272. Windows color (decimal): -4767795 or 13451191. OLE color: 13451191.

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

Color convert

RGB 183 63 205 -
CMYK 0.11 0.69 0 0.20
HSL 290.7º 0.59% 0.53% -
HSV(B) 290.7º 0.69% 0.8% -
XYZ 32.33 18.03 59.53 -
YUV 115.07 178.76 176.45 -
System Red Green Blue C M Y K H S L
Decimal 183 63 205 0.11 0.69 0 0.20 290.7 0.59 0.53
Hex B7 3F CD B 45 0 14 123 3B 35
Octal 267 77 315 13 105 0 24 443 73 65
Binary 10110111 111111 11001101 1011 1000101 0 10100 100100011 111011 110101

Color Harmonies of #B73FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FCD

Black with #B73FCD

Text Example


Text Example

White with #B73FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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