Html Css Color HEX #BC74DD Medium Orchid

📋 copy color: '#BC74DD'

red 188 ◦ green 116 ◦ blue 221

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

Shades of Medium Orchid #BC74DD

Tints of Medium Orchid #BC74DD

RGB

 RED value IS 188 (73.83% from 255) = 35.81%

 GREEN value IS 116 (45.7% from 255) = 22.1%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 35.81%
G = 22.1%
B = 42.1%

CMYK

 C value IS 0.15

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC74DD (or 0xBC74DD) is known color: Medium Orchid. HEX triplet: BC, 74 and DD. RGB value is (188,116,221). Sum of RGB (Red+Green+Blue) = 188+116+221=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 116 (45.70% from 255 or 22.10% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC74DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74DD is #438B22. Grayscale: #959595. Windows color (decimal): -4426531 or 14513340. OLE color: 14513340.

HSL color Cylindrical-coordinate representation of color #BC74DD: hue angle of 281.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC74DD is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 116 221 -
CMYK 0.15 0.48 0 0.13
HSL 281.14º 0.61% 0.66% -
HSV(B) 281.14º 0.48% 0.87% -
XYZ 40.04 28.4 71.78 -
YUV 149.5 168.35 155.46 -
System Red Green Blue C M Y K H S L
Decimal 188 116 221 0.15 0.48 0 0.13 281.14 0.61 0.66
Hex BC 74 DD F 30 0 D 119 3D 42
Octal 274 164 335 17 60 0 15 431 75 102
Binary 10111100 1110100 11011101 1111 110000 0 1101 100011001 111101 1000010

Color Harmonies of #BC74DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74DD

Black with #BC74DD

Text Example


Text Example

White with #BC74DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74DD; }

 p { color: rgb(188,116,221); }

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

background-color css

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

 a { background-color: rgb(188,116,221); }

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

border-color css

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

 span { border-color: rgb(188,116,221); }

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