Html Css Color HEX #B73BD0 Medium Orchid

📋 copy color: '#B73BD0'

red 183 ◦ green 59 ◦ blue 208

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

Shades of Medium Orchid #B73BD0

Tints of Medium Orchid #B73BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.22%

R = 40.67%
G = 13.11%
B = 46.22%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B73BD0 (or 0xB73BD0) is known color: Medium Orchid. HEX triplet: B7, 3B and D0. RGB value is (183,59,208). Sum of RGB (Red+Green+Blue) = 183+59+208=450 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.67% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #B73BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73BD0 is #48C42F. Grayscale: #707070. Windows color (decimal): -4768816 or 13646775. OLE color: 13646775.

HSL color Cylindrical-coordinate representation of color #B73BD0: hue angle of 289.93º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73BD0 is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 183 59 208 -
CMYK 0.12 0.72 0 0.18
HSL 289.93º 0.61% 0.52% -
HSV(B) 289.93º 0.72% 0.82% -
XYZ 32.48 17.75 61.39 -
YUV 113.06 181.58 177.88 -
System Red Green Blue C M Y K H S L
Decimal 183 59 208 0.12 0.72 0 0.18 289.93 0.61 0.52
Hex B7 3B D0 C 48 0 12 122 3D 34
Octal 267 73 320 14 110 0 22 442 75 64
Binary 10110111 111011 11010000 1100 1001000 0 10010 100100010 111101 110100

Color Harmonies of #B73BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73BD0

Black with #B73BD0

Text Example


Text Example

White with #B73BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73BD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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