Html Css Color HEX #B73CCD Medium Orchid

📋 copy color: '#B73CCD'

red 183 ◦ green 60 ◦ blue 205

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

Shades of Medium Orchid #B73CCD

Tints of Medium Orchid #B73CCD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.39%

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

R = 40.85%
G = 13.39%
B = 45.76%

CMYK

 C value IS 0.11

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B73CCD (or 0xB73CCD) is known color: Medium Orchid. HEX triplet: B7, 3C and CD. RGB value is (183,60,205). Sum of RGB (Red+Green+Blue) = 183+60+205=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 60 (23.83% from 255 or 13.39% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #B73CCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CCD is #48C332. Grayscale: #707070. Windows color (decimal): -4768563 or 13450423. OLE color: 13450423.

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

Color convert

RGB 183 60 205 -
CMYK 0.11 0.71 0 0.20
HSL 290.9º 0.59% 0.52% -
HSV(B) 290.9º 0.71% 0.8% -
XYZ 32.16 17.71 59.48 -
YUV 113.31 179.75 177.71 -
System Red Green Blue C M Y K H S L
Decimal 183 60 205 0.11 0.71 0 0.20 290.9 0.59 0.52
Hex B7 3C CD B 47 0 14 123 3B 34
Octal 267 74 315 13 107 0 24 443 73 64
Binary 10110111 111100 11001101 1011 1000111 0 10100 100100011 111011 110100

Color Harmonies of #B73CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CCD

Black with #B73CCD

Text Example


Text Example

White with #B73CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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