Html Css Color HEX #B73FEC Medium Orchid

📋 copy color: '#B73FEC'

red 183 ◦ green 63 ◦ blue 236

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

Shades of Medium Orchid #B73FEC

Tints of Medium Orchid #B73FEC

RGB

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

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

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

R = 37.97%
G = 13.07%
B = 48.96%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B73FEC (or 0xB73FEC) is known color: Medium Orchid. HEX triplet: B7, 3F and EC. RGB value is (183,63,236). Sum of RGB (Red+Green+Blue) = 183+63+236=482 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.97% from 482); Green value is 63 (25% from 255 or 13.07% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #B73FEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FEC is #48C013. Grayscale: #767676. Windows color (decimal): -4767764 or 15482807. OLE color: 15482807.

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

Color convert

RGB 183 63 236 -
CMYK 0.22 0.73 0 0.07
HSL 281.62º 0.82% 0.59% -
HSV(B) 281.62º 0.73% 0.93% -
XYZ 36.45 19.68 81.23 -
YUV 118.6 194.26 173.93 -
System Red Green Blue C M Y K H S L
Decimal 183 63 236 0.22 0.73 0 0.07 281.62 0.82 0.59
Hex B7 3F EC 16 49 0 7 11A 52 3B
Octal 267 77 354 26 111 0 7 432 122 73
Binary 10110111 111111 11101100 10110 1001001 0 111 100011010 1010010 111011

Color Harmonies of #B73FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FEC

Black with #B73FEC

Text Example


Text Example

White with #B73FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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