Html Css Color HEX #BC61DD Medium Orchid

📋 copy color: '#BC61DD'

red 188 ◦ green 97 ◦ blue 221

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

Shades of Medium Orchid #BC61DD

Tints of Medium Orchid #BC61DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.17%

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

R = 37.15%
G = 19.17%
B = 43.68%

CMYK

 C value IS 0.15

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC61DD (or 0xBC61DD) is known color: Medium Orchid. HEX triplet: BC, 61 and DD. RGB value is (188,97,221). Sum of RGB (Red+Green+Blue) = 188+97+221=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC61DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61DD is #439E22. Grayscale: #898989. Windows color (decimal): -4431395 or 14508476. OLE color: 14508476.

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

Color convert

RGB 188 97 221 -
CMYK 0.15 0.56 0 0.13
HSL 284.03º 0.65% 0.62% -
HSV(B) 284.03º 0.56% 0.87% -
XYZ 38.06 24.46 71.12 -
YUV 138.35 174.65 163.42 -
System Red Green Blue C M Y K H S L
Decimal 188 97 221 0.15 0.56 0 0.13 284.03 0.65 0.62
Hex BC 61 DD F 38 0 D 11C 41 3E
Octal 274 141 335 17 70 0 15 434 101 76
Binary 10111100 1100001 11011101 1111 111000 0 1101 100011100 1000001 111110

Color Harmonies of #BC61DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61DD

Black with #BC61DD

Text Example


Text Example

White with #BC61DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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