Html Css Color HEX #B73CE0 Medium Orchid

📋 copy color: '#B73CE0'

red 183 ◦ green 60 ◦ blue 224

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

Shades of Medium Orchid #B73CE0

Tints of Medium Orchid #B73CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 39.19%
G = 12.85%
B = 47.97%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B73CE0 (or 0xB73CE0) is known color: Medium Orchid. HEX triplet: B7, 3C and E0. RGB value is (183,60,224). Sum of RGB (Red+Green+Blue) = 183+60+224=467 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.19% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #B73CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CE0 is #48C31F. Grayscale: #727272. Windows color (decimal): -4768544 or 14695607. OLE color: 14695607.

HSL color Cylindrical-coordinate representation of color #B73CE0: hue angle of 285º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73CE0 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 60 224 -
CMYK 0.18 0.73 0 0.12
HSL 285º 0.73% 0.56% -
HSV(B) 285º 0.73% 0.88% -
XYZ 34.6 18.68 72.3 -
YUV 115.47 189.25 176.16 -
System Red Green Blue C M Y K H S L
Decimal 183 60 224 0.18 0.73 0 0.12 285 0.73 0.56
Hex B7 3C E0 12 49 0 C 11D 49 38
Octal 267 74 340 22 111 0 14 435 111 70
Binary 10110111 111100 11100000 10010 1001001 0 1100 100011101 1001001 111000

Color Harmonies of #B73CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CE0

Black with #B73CE0

Text Example


Text Example

White with #B73CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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