Html Css Color HEX #B74CDC Medium Orchid

📋 copy color: '#B74CDC'

red 183 ◦ green 76 ◦ blue 220

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

Shades of Medium Orchid #B74CDC

Tints of Medium Orchid #B74CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 38.2%
G = 15.87%
B = 45.93%

CMYK

 C value IS 0.17

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B74CDC (or 0xB74CDC) is known color: Medium Orchid. HEX triplet: B7, 4C and DC. RGB value is (183,76,220). Sum of RGB (Red+Green+Blue) = 183+76+220=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #B74CDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B74CDC is #48B323. Grayscale: #7B7B7B. Windows color (decimal): -4764452 or 14437559. OLE color: 14437559.

HSL color Cylindrical-coordinate representation of color #B74CDC: hue angle of 284.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74CDC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 76 220 -
CMYK 0.17 0.65 0 0.14
HSL 284.58º 0.67% 0.58% -
HSV(B) 284.58º 0.65% 0.86% -
XYZ 35.03 20.4 69.8 -
YUV 124.41 181.95 169.79 -
System Red Green Blue C M Y K H S L
Decimal 183 76 220 0.17 0.65 0 0.14 284.58 0.67 0.58
Hex B7 4C DC 11 41 0 E 11D 43 3A
Octal 267 114 334 21 101 0 16 435 103 72
Binary 10110111 1001100 11011100 10001 1000001 0 1110 100011101 1000011 111010

Color Harmonies of #B74CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74CDC

Black with #B74CDC

Text Example


Text Example

White with #B74CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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