Html Css Color HEX #B73CDF Medium Orchid

📋 copy color: '#B73CDF'

red 183 ◦ green 60 ◦ blue 223

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

Shades of Medium Orchid #B73CDF

Tints of Medium Orchid #B73CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.85%

R = 39.27%
G = 12.88%
B = 47.85%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B73CDF (or 0xB73CDF) is known color: Medium Orchid. HEX triplet: B7, 3C and DF. RGB value is (183,60,223). Sum of RGB (Red+Green+Blue) = 183+60+223=466 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.27% from 466); Green value is 60 (23.83% from 255 or 12.88% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #B73CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CDF is #48C320. Grayscale: #727272. Windows color (decimal): -4768545 or 14630071. OLE color: 14630071.

HSL color Cylindrical-coordinate representation of color #B73CDF: hue angle of 285.28º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73CDF is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 60 223 -
CMYK 0.18 0.73 0 0.13
HSL 285.28º 0.72% 0.55% -
HSV(B) 285.28º 0.73% 0.87% -
XYZ 34.46 18.63 71.59 -
YUV 115.36 188.75 176.25 -
System Red Green Blue C M Y K H S L
Decimal 183 60 223 0.18 0.73 0 0.13 285.28 0.72 0.55
Hex B7 3C DF 12 49 0 D 11D 48 37
Octal 267 74 337 22 111 0 15 435 110 67
Binary 10110111 111100 11011111 10010 1001001 0 1101 100011101 1001000 110111

Color Harmonies of #B73CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CDF

Black with #B73CDF

Text Example


Text Example

White with #B73CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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