Html Css Color HEX #B73CDD Medium Orchid

📋 copy color: '#B73CDD'

red 183 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #B73CDD

Tints of Medium Orchid #B73CDD

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.93%

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

R = 39.44%
G = 12.93%
B = 47.63%

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

#B73CDD (or 0xB73CDD) is known color: Medium Orchid. HEX triplet: B7, 3C and DD. RGB value is (183,60,221). Sum of RGB (Red+Green+Blue) = 183+60+221=464 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.44% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #B73CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CDD is #48C322. Grayscale: #727272. Windows color (decimal): -4768547 or 14498999. OLE color: 14498999.

HSL color Cylindrical-coordinate representation of color #B73CDD: hue angle of 285.84º 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 #B73CDD is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 60 221 -
CMYK 0.17 0.73 0 0.13
HSL 285.84º 0.7% 0.55% -
HSV(B) 285.84º 0.73% 0.87% -
XYZ 34.2 18.52 70.18 -
YUV 115.13 187.75 176.41 -
System Red Green Blue C M Y K H S L
Decimal 183 60 221 0.17 0.73 0 0.13 285.84 0.7 0.55
Hex B7 3C DD 11 49 0 D 11E 46 37
Octal 267 74 335 21 111 0 15 436 106 67
Binary 10110111 111100 11011101 10001 1001001 0 1101 100011110 1000110 110111

Color Harmonies of #B73CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CDD

Black with #B73CDD

Text Example


Text Example

White with #B73CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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