Html Css Color HEX #BC62D0 Medium Orchid

📋 copy color: '#BC62D0'

red 188 ◦ green 98 ◦ blue 208

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

Shades of Medium Orchid #BC62D0

Tints of Medium Orchid #BC62D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.11%

R = 38.06%
G = 19.84%
B = 42.11%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC62D0 (or 0xBC62D0) is known color: Medium Orchid. HEX triplet: BC, 62 and D0. RGB value is (188,98,208). Sum of RGB (Red+Green+Blue) = 188+98+208=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC62D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62D0 is #439D2F. Grayscale: #898989. Windows color (decimal): -4431152 or 13656764. OLE color: 13656764.

HSL color Cylindrical-coordinate representation of color #BC62D0: hue angle of 289.09º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC62D0 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 98 208 -
CMYK 0.10 0.53 0 0.18
HSL 289.09º 0.54% 0.6% -
HSV(B) 289.09º 0.53% 0.82% -
XYZ 36.49 23.98 62.38 -
YUV 137.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 188 98 208 0.10 0.53 0 0.18 289.09 0.54 0.6
Hex BC 62 D0 A 35 0 12 121 36 3C
Octal 274 142 320 12 65 0 22 441 66 74
Binary 10111100 1100010 11010000 1010 110101 0 10010 100100001 110110 111100

Color Harmonies of #BC62D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62D0

Black with #BC62D0

Text Example


Text Example

White with #BC62D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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