Html Css Color HEX #B73CCB Medium Orchid

📋 copy color: '#B73CCB'

red 183 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #B73CCB

Tints of Medium Orchid #B73CCB

RGB

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

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

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

R = 41.03%
G = 13.45%
B = 45.52%

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

#B73CCB (or 0xB73CCB) is known color: Medium Orchid. HEX triplet: B7, 3C and CB. RGB value is (183,60,203). Sum of RGB (Red+Green+Blue) = 183+60+203=446 (59% of max value = 765). Red value is 183 (71.88% from 255 or 41.03% from 446); Green value is 60 (23.83% from 255 or 13.45% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #B73CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B73CCB is #48C334. Grayscale: #707070. Windows color (decimal): -4768565 or 13319351. OLE color: 13319351.

HSL color Cylindrical-coordinate representation of color #B73CCB: hue angle of 291.61º 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 #B73CCB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 60 203 -
CMYK 0.10 0.70 0 0.20
HSL 291.61º 0.58% 0.52% -
HSV(B) 291.61º 0.7% 0.8% -
XYZ 31.92 17.61 58.22 -
YUV 113.08 178.75 177.87 -
System Red Green Blue C M Y K H S L
Decimal 183 60 203 0.10 0.70 0 0.20 291.61 0.58 0.52
Hex B7 3C CB A 46 0 14 124 3A 34
Octal 267 74 313 12 106 0 24 444 72 64
Binary 10110111 111100 11001011 1010 1000110 0 10100 100100100 111010 110100

Color Harmonies of #B73CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B73CCB

Black with #B73CCB

Text Example


Text Example

White with #B73CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B73CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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