Html Css Color HEX #B73BDD Medium Orchid

📋 copy color: '#B73BDD'

red 183 ◦ green 59 ◦ blue 221

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

Shades of Medium Orchid #B73BDD

Tints of Medium Orchid #B73BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 39.52%
G = 12.74%
B = 47.73%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B73BDD (or 0xB73BDD) is known color: Medium Orchid. HEX triplet: B7, 3B and DD. RGB value is (183,59,221). Sum of RGB (Red+Green+Blue) = 183+59+221=463 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.52% from 463); Green value is 59 (23.44% from 255 or 12.74% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #B73BDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BDD is #48C422. Grayscale: #727272. Windows color (decimal): -4768803 or 14498743. OLE color: 14498743.

HSL color Cylindrical-coordinate representation of color #B73BDD: hue angle of 285.93º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73BDD is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 59 221 -
CMYK 0.17 0.73 0 0.13
HSL 285.93º 0.7% 0.55% -
HSV(B) 285.93º 0.73% 0.87% -
XYZ 34.14 18.42 70.16 -
YUV 114.54 188.08 176.83 -
System Red Green Blue C M Y K H S L
Decimal 183 59 221 0.17 0.73 0 0.13 285.93 0.7 0.55
Hex B7 3B DD 11 49 0 D 11E 46 37
Octal 267 73 335 21 111 0 15 436 106 67
Binary 10110111 111011 11011101 10001 1001001 0 1101 100011110 1000110 110111

Color Harmonies of #B73BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BDD

Black with #B73BDD

Text Example


Text Example

White with #B73BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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