Html Css Color HEX #B74CD1 Medium Orchid

📋 copy color: '#B74CD1'

red 183 ◦ green 76 ◦ blue 209

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

Shades of Medium Orchid #B74CD1

Tints of Medium Orchid #B74CD1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.24%

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 39.1%
G = 16.24%
B = 44.66%

CMYK

 C value IS 0.12

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B74CD1 (or 0xB74CD1) is known color: Medium Orchid. HEX triplet: B7, 4C and D1. RGB value is (183,76,209). Sum of RGB (Red+Green+Blue) = 183+76+209=468 (61% of max value = 765). Red value is 183 (71.88% from 255 or 39.10% from 468); Green value is 76 (30.08% from 255 or 16.24% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: blue. Hex color #B74CD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CD1 is #48B32E. Grayscale: #7A7A7A. Windows color (decimal): -4764463 or 13716663. OLE color: 13716663.

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

Color convert

RGB 183 76 209 -
CMYK 0.12 0.64 0 0.18
HSL 288.27º 0.59% 0.56% -
HSV(B) 288.27º 0.64% 0.82% -
XYZ 33.62 19.84 62.38 -
YUV 123.16 176.45 170.69 -
System Red Green Blue C M Y K H S L
Decimal 183 76 209 0.12 0.64 0 0.18 288.27 0.59 0.56
Hex B7 4C D1 C 40 0 12 120 3B 38
Octal 267 114 321 14 100 0 22 440 73 70
Binary 10110111 1001100 11010001 1100 1000000 0 10010 100100000 111011 111000

Color Harmonies of #B74CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CD1

Black with #B74CD1

Text Example


Text Example

White with #B74CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CD1; }

 p { color: rgb(183,76,209); }

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

background-color css

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

 a { background-color: rgb(183,76,209); }

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

border-color css

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

 span { border-color: rgb(183,76,209); }

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