Html Css Color HEX #B73DCB Medium Orchid

📋 copy color: '#B73DCB'

red 183 ◦ green 61 ◦ blue 203

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

Shades of Medium Orchid #B73DCB

Tints of Medium Orchid #B73DCB

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.65%

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 40.94%
G = 13.65%
B = 45.41%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B73DCB (or 0xB73DCB) is known color: Medium Orchid. HEX triplet: B7, 3D and CB. RGB value is (183,61,203). Sum of RGB (Red+Green+Blue) = 183+61+203=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 61 (24.22% from 255 or 13.65% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B73DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73DCB is #48C234. Grayscale: #717171. Windows color (decimal): -4768309 or 13319607. OLE color: 13319607.

HSL color Cylindrical-coordinate representation of color #B73DCB: hue angle of 291.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B73DCB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 61 203 -
CMYK 0.10 0.70 0 0.20
HSL 291.55º 0.58% 0.52% -
HSV(B) 291.55º 0.7% 0.8% -
XYZ 31.98 17.72 58.23 -
YUV 113.67 178.42 177.45 -
System Red Green Blue C M Y K H S L
Decimal 183 61 203 0.10 0.70 0 0.20 291.55 0.58 0.52
Hex B7 3D CB A 46 0 14 124 3A 34
Octal 267 75 313 12 106 0 24 444 72 64
Binary 10110111 111101 11001011 1010 1000110 0 10100 100100100 111010 110100

Color Harmonies of #B73DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73DCB

Black with #B73DCB

Text Example


Text Example

White with #B73DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73DCB; }

 p { color: rgb(183,61,203); }

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

background-color css

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

 a { background-color: rgb(183,61,203); }

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

border-color css

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

 span { border-color: rgb(183,61,203); }

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