Html Css Color HEX #BC61C9 Medium Orchid

📋 copy color: '#BC61C9'

red 188 ◦ green 97 ◦ blue 201

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

Shades of Medium Orchid #BC61C9

Tints of Medium Orchid #BC61C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.36%

R = 38.68%
G = 19.96%
B = 41.36%

CMYK

 C value IS 0.06

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC61C9 (or 0xBC61C9) is known color: Medium Orchid. HEX triplet: BC, 61 and C9. RGB value is (188,97,201). Sum of RGB (Red+Green+Blue) = 188+97+201=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 97 (38.28% from 255 or 19.96% from 486); Blue value is 201 (78.91% from 255 or 41.36% from 486); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC61C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC61C9 is #439E36. Grayscale: #878787. Windows color (decimal): -4431415 or 13197756. OLE color: 13197756.

HSL color Cylindrical-coordinate representation of color #BC61C9: hue angle of 292.5º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC61C9 is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 97 201 -
CMYK 0.06 0.52 0 0.21
HSL 292.5º 0.49% 0.58% -
HSV(B) 292.5º 0.52% 0.79% -
XYZ 35.56 23.46 57.91 -
YUV 136.07 164.65 165.04 -
System Red Green Blue C M Y K H S L
Decimal 188 97 201 0.06 0.52 0 0.21 292.5 0.49 0.58
Hex BC 61 C9 6 34 0 15 124 31 3A
Octal 274 141 311 6 64 0 25 444 61 72
Binary 10111100 1100001 11001001 110 110100 0 10101 100100100 110001 111010

Color Harmonies of #BC61C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC61C9

Black with #BC61C9

Text Example


Text Example

White with #BC61C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC61C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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