Html Css Color HEX #B73CFC Medium Orchid

📋 copy color: '#B73CFC'

red 183 ◦ green 60 ◦ blue 252

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

Shades of Medium Orchid #B73CFC

Tints of Medium Orchid #B73CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 36.97%
G = 12.12%
B = 50.91%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B73CFC (or 0xB73CFC) is known color: Medium Orchid. HEX triplet: B7, 3C and FC. RGB value is (183,60,252). Sum of RGB (Red+Green+Blue) = 183+60+252=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 60 (23.83% from 255 or 12.12% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #B73CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73CFC is #48C303. Grayscale: #767676. Windows color (decimal): -4768516 or 16530615. OLE color: 16530615.

HSL color Cylindrical-coordinate representation of color #B73CFC: hue angle of 278.44º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B73CFC is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 183 60 252 -
CMYK 0.27 0.76 0 0.01
HSL 278.44º 0.97% 0.61% -
HSV(B) 278.44º 0.76% 0.99% -
XYZ 38.71 20.33 93.98 -
YUV 118.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 183 60 252 0.27 0.76 0 0.01 278.44 0.97 0.61
Hex B7 3C FC 1B 4C 0 1 116 61 3D
Octal 267 74 374 33 114 0 1 426 141 75
Binary 10110111 111100 11111100 11011 1001100 0 1 100010110 1100001 111101

Color Harmonies of #B73CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CFC

Black with #B73CFC

Text Example


Text Example

White with #B73CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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