Html Css Color HEX #B73FFC Medium Orchid

📋 copy color: '#B73FFC'

red 183 ◦ green 63 ◦ blue 252

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

Shades of Medium Orchid #B73FFC

Tints of Medium Orchid #B73FFC

RGB

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

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

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

R = 36.75%
G = 12.65%
B = 50.6%

CMYK

 C value IS 0.27

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B73FFC (or 0xB73FFC) is known color: Medium Orchid. HEX triplet: B7, 3F and FC. RGB value is (183,63,252). Sum of RGB (Red+Green+Blue) = 183+63+252=498 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.75% from 498); Green value is 63 (25% from 255 or 12.65% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #B73FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73FFC is #48C003. Grayscale: #777777. Windows color (decimal): -4767748 or 16531383. OLE color: 16531383.

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

Color convert

RGB 183 63 252 -
CMYK 0.27 0.75 0 0.01
HSL 278.1º 0.97% 0.62% -
HSV(B) 278.1º 0.75% 0.99% -
XYZ 38.88 20.65 94.03 -
YUV 120.43 202.26 172.63 -
System Red Green Blue C M Y K H S L
Decimal 183 63 252 0.27 0.75 0 0.01 278.1 0.97 0.62
Hex B7 3F FC 1B 4B 0 1 116 61 3E
Octal 267 77 374 33 113 0 1 426 141 76
Binary 10110111 111111 11111100 11011 1001011 0 1 100010110 1100001 111110

Color Harmonies of #B73FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73FFC

Black with #B73FFC

Text Example


Text Example

White with #B73FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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