Html Css Color HEX #BC74D5 Medium Orchid

📋 copy color: '#BC74D5'

red 188 ◦ green 116 ◦ blue 213

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

Shades of Medium Orchid #BC74D5

Tints of Medium Orchid #BC74D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.2%

R = 36.36%
G = 22.44%
B = 41.2%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC74D5 (or 0xBC74D5) is known color: Medium Orchid. HEX triplet: BC, 74 and D5. RGB value is (188,116,213). Sum of RGB (Red+Green+Blue) = 188+116+213=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 116 (45.70% from 255 or 22.44% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC74D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74D5 is #438B2A. Grayscale: #949494. Windows color (decimal): -4426539 or 13989052. OLE color: 13989052.

HSL color Cylindrical-coordinate representation of color #BC74D5: hue angle of 284.54º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC74D5 is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 116 213 -
CMYK 0.12 0.46 0 0.16
HSL 284.54º 0.54% 0.65% -
HSV(B) 284.54º 0.46% 0.84% -
XYZ 38.99 27.99 66.3 -
YUV 148.59 164.35 156.11 -
System Red Green Blue C M Y K H S L
Decimal 188 116 213 0.12 0.46 0 0.16 284.54 0.54 0.65
Hex BC 74 D5 C 2E 0 10 11D 36 41
Octal 274 164 325 14 56 0 20 435 66 101
Binary 10111100 1110100 11010101 1100 101110 0 10000 100011101 110110 1000001

Color Harmonies of #BC74D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74D5

Black with #BC74D5

Text Example


Text Example

White with #BC74D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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