Html Css Color HEX #B73BFC Medium Orchid

📋 copy color: '#B73BFC'

red 183 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #B73BFC

Tints of Medium Orchid #B73BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.94%

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

R = 37.04%
G = 11.94%
B = 51.01%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B73BFC (or 0xB73BFC) is known color: Medium Orchid. HEX triplet: B7, 3B and FC. RGB value is (183,59,252). Sum of RGB (Red+Green+Blue) = 183+59+252=494 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.04% from 494); Green value is 59 (23.44% from 255 or 11.94% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #B73BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73BFC is #48C403. Grayscale: #757575. Windows color (decimal): -4768772 or 16530359. OLE color: 16530359.

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

Color convert

RGB 183 59 252 -
CMYK 0.27 0.77 0 0.01
HSL 278.55º 0.97% 0.61% -
HSV(B) 278.55º 0.77% 0.99% -
XYZ 38.66 20.22 93.96 -
YUV 118.08 203.58 174.31 -
System Red Green Blue C M Y K H S L
Decimal 183 59 252 0.27 0.77 0 0.01 278.55 0.97 0.61
Hex B7 3B FC 1B 4D 0 1 117 61 3D
Octal 267 73 374 33 115 0 1 427 141 75
Binary 10110111 111011 11111100 11011 1001101 0 1 100010111 1100001 111101

Color Harmonies of #B73BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BFC

Black with #B73BFC

Text Example


Text Example

White with #B73BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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