Html Css Color HEX #B73BFE Medium Orchid

📋 copy color: '#B73BFE'

red 183 ◦ green 59 ◦ blue 254

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

Shades of Medium Orchid #B73BFE

Tints of Medium Orchid #B73BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.21%

R = 36.9%
G = 11.9%
B = 51.21%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B73BFE (or 0xB73BFE) is known color: Medium Orchid. HEX triplet: B7, 3B and FE. RGB value is (183,59,254). Sum of RGB (Red+Green+Blue) = 183+59+254=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 59 (23.44% from 255 or 11.90% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #B73BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73BFE is #48C401. Grayscale: #757575. Windows color (decimal): -4768770 or 16661431. OLE color: 16661431.

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

Color convert

RGB 183 59 254 -
CMYK 0.28 0.77 0 0.00
HSL 278.15º 0.99% 0.61% -
HSV(B) 278.15º 0.77% 1% -
XYZ 38.98 20.35 95.64 -
YUV 118.31 204.58 174.14 -
System Red Green Blue C M Y K H S L
Decimal 183 59 254 0.28 0.77 0 0.00 278.15 0.99 0.61
Hex B7 3B FE 1C 4D 0 0 116 63 3D
Octal 267 73 376 34 115 0 0 426 143 75
Binary 10110111 111011 11111110 11100 1001101 0 0 100010110 1100011 111101

Color Harmonies of #B73BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BFE

Black with #B73BFE

Text Example


Text Example

White with #B73BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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