Html Css Color HEX #B73BDA Medium Orchid

📋 copy color: '#B73BDA'

red 183 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #B73BDA

Tints of Medium Orchid #B73BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.39%

R = 39.78%
G = 12.83%
B = 47.39%

CMYK

 C value IS 0.16

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B73BDA (or 0xB73BDA) is known color: Medium Orchid. HEX triplet: B7, 3B and DA. RGB value is (183,59,218). Sum of RGB (Red+Green+Blue) = 183+59+218=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 59 (23.44% from 255 or 12.83% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #B73BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BDA is #48C425. Grayscale: #717171. Windows color (decimal): -4768806 or 14302135. OLE color: 14302135.

HSL color Cylindrical-coordinate representation of color #B73BDA: hue angle of 286.79º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73BDA is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 59 218 -
CMYK 0.16 0.73 0 0.15
HSL 286.79º 0.68% 0.54% -
HSV(B) 286.79º 0.73% 0.85% -
XYZ 33.75 18.26 68.07 -
YUV 114.2 186.58 177.07 -
System Red Green Blue C M Y K H S L
Decimal 183 59 218 0.16 0.73 0 0.15 286.79 0.68 0.54
Hex B7 3B DA 10 49 0 F 11F 44 36
Octal 267 73 332 20 111 0 17 437 104 66
Binary 10110111 111011 11011010 10000 1001001 0 1111 100011111 1000100 110110

Color Harmonies of #B73BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BDA

Black with #B73BDA

Text Example


Text Example

White with #B73BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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