Html Css Color HEX #BC62D2 Medium Orchid

📋 copy color: '#BC62D2'

red 188 ◦ green 98 ◦ blue 210

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

Shades of Medium Orchid #BC62D2

Tints of Medium Orchid #BC62D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.34%

R = 37.9%
G = 19.76%
B = 42.34%

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

#BC62D2 (or 0xBC62D2) is known color: Medium Orchid. HEX triplet: BC, 62 and D2. RGB value is (188,98,210). Sum of RGB (Red+Green+Blue) = 188+98+210=496 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.90% from 496); Green value is 98 (38.67% from 255 or 19.76% from 496); Blue value is 210 (82.42% from 255 or 42.34% from 496); Max value from RGB is 210 - color contains mainly: blue. Hex color #BC62D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62D2 is #439D2D. Grayscale: #898989. Windows color (decimal): -4431150 or 13787836. OLE color: 13787836.

HSL color Cylindrical-coordinate representation of color #BC62D2: hue angle of 288.21º degrees, saturation: 0.55, 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 #BC62D2 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 98 210 -
CMYK 0.10 0.53 0 0.18
HSL 288.21º 0.55% 0.6% -
HSV(B) 288.21º 0.53% 0.82% -
XYZ 36.74 24.08 63.68 -
YUV 137.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 188 98 210 0.10 0.53 0 0.18 288.21 0.55 0.6
Hex BC 62 D2 A 35 0 12 120 37 3C
Octal 274 142 322 12 65 0 22 440 67 74
Binary 10111100 1100010 11010010 1010 110101 0 10010 100100000 110111 111100

Color Harmonies of #BC62D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62D2

Black with #BC62D2

Text Example


Text Example

White with #BC62D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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