Html Css Color HEX #BC62C9 Medium Orchid

📋 copy color: '#BC62C9'

red 188 ◦ green 98 ◦ blue 201

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

Shades of Medium Orchid #BC62C9

Tints of Medium Orchid #BC62C9

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.12%

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

R = 38.6%
G = 20.12%
B = 41.27%

CMYK

 C value IS 0.06

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC62C9 (or 0xBC62C9) is known color: Medium Orchid. HEX triplet: BC, 62 and C9. RGB value is (188,98,201). Sum of RGB (Red+Green+Blue) = 188+98+201=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 201 (78.91% from 255 or 41.27% from 487); Max value from RGB is 201 - color contains mainly: blue. Hex color #BC62C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62C9 is #439D36. Grayscale: #888888. Windows color (decimal): -4431159 or 13198012. OLE color: 13198012.

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

Color convert

RGB 188 98 201 -
CMYK 0.06 0.51 0 0.21
HSL 292.43º 0.49% 0.59% -
HSV(B) 292.43º 0.51% 0.79% -
XYZ 35.65 23.64 57.94 -
YUV 136.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 188 98 201 0.06 0.51 0 0.21 292.43 0.49 0.59
Hex BC 62 C9 6 33 0 15 124 31 3B
Octal 274 142 311 6 63 0 25 444 61 73
Binary 10111100 1100010 11001001 110 110011 0 10101 100100100 110001 111011

Color Harmonies of #BC62C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62C9

Black with #BC62C9

Text Example


Text Example

White with #BC62C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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