Html Css Color HEX #BC62CE Medium Orchid

📋 copy color: '#BC62CE'

red 188 ◦ green 98 ◦ blue 206

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

Shades of Medium Orchid #BC62CE

Tints of Medium Orchid #BC62CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 38.21%
G = 19.92%
B = 41.87%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC62CE (or 0xBC62CE) is known color: Medium Orchid. HEX triplet: BC, 62 and CE. RGB value is (188,98,206). Sum of RGB (Red+Green+Blue) = 188+98+206=492 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.21% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC62CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62CE is #439D31. Grayscale: #888888. Windows color (decimal): -4431154 or 13525692. OLE color: 13525692.

HSL color Cylindrical-coordinate representation of color #BC62CE: hue angle of 290º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC62CE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 98 206 -
CMYK 0.09 0.52 0 0.19
HSL 290º 0.52% 0.6% -
HSV(B) 290º 0.52% 0.81% -
XYZ 36.25 23.88 61.09 -
YUV 137.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 188 98 206 0.09 0.52 0 0.19 290 0.52 0.6
Hex BC 62 CE 9 34 0 13 122 34 3C
Octal 274 142 316 11 64 0 23 442 64 74
Binary 10111100 1100010 11001110 1001 110100 0 10011 100100010 110100 111100

Color Harmonies of #BC62CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62CE

Black with #BC62CE

Text Example


Text Example

White with #BC62CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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