Html Css Color HEX #B74ACD Medium Orchid

📋 copy color: '#B74ACD'

red 183 ◦ green 74 ◦ blue 205

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

Shades of Medium Orchid #B74ACD

Tints of Medium Orchid #B74ACD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 16.02%

 BLUE value IS 205 (80.47% from 255) = 44.37%

R = 39.61%
G = 16.02%
B = 44.37%

CMYK

 C value IS 0.11

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B74ACD (or 0xB74ACD) is known color: Medium Orchid. HEX triplet: B7, 4A and CD. RGB value is (183,74,205). Sum of RGB (Red+Green+Blue) = 183+74+205=462 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.61% from 462); Green value is 74 (29.30% from 255 or 16.02% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #B74ACD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74ACD is #48B532. Grayscale: #797979. Windows color (decimal): -4764979 or 13454007. OLE color: 13454007.

HSL color Cylindrical-coordinate representation of color #B74ACD: hue angle of 289.92º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74ACD is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 74 205 -
CMYK 0.11 0.64 0 0.20
HSL 289.92º 0.57% 0.55% -
HSV(B) 289.92º 0.64% 0.8% -
XYZ 33 19.37 59.76 -
YUV 121.53 175.11 171.85 -
System Red Green Blue C M Y K H S L
Decimal 183 74 205 0.11 0.64 0 0.20 289.92 0.57 0.55
Hex B7 4A CD B 40 0 14 122 39 37
Octal 267 112 315 13 100 0 24 442 71 67
Binary 10110111 1001010 11001101 1011 1000000 0 10100 100100010 111001 110111

Color Harmonies of #B74ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74ACD

Black with #B74ACD

Text Example


Text Example

White with #B74ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74ACD; }

 p { color: rgb(183,74,205); }

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

background-color css

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

 a { background-color: rgb(183,74,205); }

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

border-color css

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

 span { border-color: rgb(183,74,205); }

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