Html Css Color HEX #B73AFF Medium Orchid

📋 copy color: '#B73AFF'

red 183 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #B73AFF

Tints of Medium Orchid #B73AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.69%

 BLUE value IS 255 (100% from 255) = 51.41%

R = 36.9%
G = 11.69%
B = 51.41%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B73AFF (or 0xB73AFF) is known color: Medium Orchid. HEX triplet: B7, 3A and FF. RGB value is (183,58,255). Sum of RGB (Red+Green+Blue) = 183+58+255=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 58 (23.05% from 255 or 11.69% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #B73AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B73AFF is #48C500. Grayscale: #757575. Windows color (decimal): -4769025 or 16726711. OLE color: 16726711.

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

Color convert

RGB 183 58 255 -
CMYK 0.28 0.77 0 0
HSL 278.07º 1% 0.61% -
HSV(B) 278.07º 0.77% 1% -
XYZ 39.09 20.31 96.47 -
YUV 117.83 205.41 174.48 -
System Red Green Blue C M Y K H S L
Decimal 183 58 255 0.28 0.77 0 0 278.07 1 0.61
Hex B7 3A FF 1C 4D 0 0 116 64 3D
Octal 267 72 377 34 115 0 0 426 144 75
Binary 10110111 111010 11111111 11100 1001101 0 0 100010110 1100100 111101

Color Harmonies of #B73AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73AFF

Black with #B73AFF

Text Example


Text Example

White with #B73AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73AFF; }

 p { color: rgb(183,58,255); }

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

background-color css

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

 a { background-color: rgb(183,58,255); }

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

border-color css

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

 span { border-color: rgb(183,58,255); }

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