Html Css Color HEX #B73CEC Medium Orchid

📋 copy color: '#B73CEC'

red 183 ◦ green 60 ◦ blue 236

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

Shades of Medium Orchid #B73CEC

Tints of Medium Orchid #B73CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.27%

R = 38.2%
G = 12.53%
B = 49.27%

CMYK

 C value IS 0.22

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B73CEC (or 0xB73CEC) is known color: Medium Orchid. HEX triplet: B7, 3C and EC. RGB value is (183,60,236). Sum of RGB (Red+Green+Blue) = 183+60+236=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #B73CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CEC is #48C313. Grayscale: #747474. Windows color (decimal): -4768532 or 15482039. OLE color: 15482039.

HSL color Cylindrical-coordinate representation of color #B73CEC: hue angle of 281.93º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B73CEC is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 60 236 -
CMYK 0.22 0.75 0 0.07
HSL 281.93º 0.82% 0.58% -
HSV(B) 281.93º 0.75% 0.93% -
XYZ 36.28 19.36 81.18 -
YUV 116.84 195.25 175.19 -
System Red Green Blue C M Y K H S L
Decimal 183 60 236 0.22 0.75 0 0.07 281.93 0.82 0.58
Hex B7 3C EC 16 4B 0 7 11A 52 3A
Octal 267 74 354 26 113 0 7 432 122 72
Binary 10110111 111100 11101100 10110 1001011 0 111 100011010 1010010 111010

Color Harmonies of #B73CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CEC

Black with #B73CEC

Text Example


Text Example

White with #B73CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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