Html Css Color HEX #B74DCD Medium Orchid

📋 copy color: '#B74DCD'

red 183 ◦ green 77 ◦ blue 205

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

Shades of Medium Orchid #B74DCD

Tints of Medium Orchid #B74DCD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

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

R = 39.35%
G = 16.56%
B = 44.09%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B74DCD (or 0xB74DCD) is known color: Medium Orchid. HEX triplet: B7, 4D and CD. RGB value is (183,77,205). Sum of RGB (Red+Green+Blue) = 183+77+205=465 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.35% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 205 (80.47% from 255 or 44.09% from 465); Max value from RGB is 205 - color contains mainly: blue. Hex color #B74DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B74DCD is #48B232. Grayscale: #7A7A7A. Windows color (decimal): -4764211 or 13454775. OLE color: 13454775.

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

Color convert

RGB 183 77 205 -
CMYK 0.11 0.62 0 0.20
HSL 289.69º 0.56% 0.55% -
HSV(B) 289.69º 0.62% 0.8% -
XYZ 33.2 19.78 59.83 -
YUV 123.29 174.12 170.59 -
System Red Green Blue C M Y K H S L
Decimal 183 77 205 0.11 0.62 0 0.20 289.69 0.56 0.55
Hex B7 4D CD B 3E 0 14 122 38 37
Octal 267 115 315 13 76 0 24 442 70 67
Binary 10110111 1001101 11001101 1011 111110 0 10100 100100010 111000 110111

Color Harmonies of #B74DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74DCD

Black with #B74DCD

Text Example


Text Example

White with #B74DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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