Html Css Color HEX #BC62CA Medium Orchid

📋 copy color: '#BC62CA'

red 188 ◦ green 98 ◦ blue 202

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

Shades of Medium Orchid #BC62CA

Tints of Medium Orchid #BC62CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 38.52%
G = 20.08%
B = 41.39%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BC62CA (or 0xBC62CA) is known color: Medium Orchid. HEX triplet: BC, 62 and CA. RGB value is (188,98,202). Sum of RGB (Red+Green+Blue) = 188+98+202=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #BC62CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC62CA is #439D35. Grayscale: #888888. Windows color (decimal): -4431158 or 13263548. OLE color: 13263548.

HSL color Cylindrical-coordinate representation of color #BC62CA: hue angle of 291.92º degrees, saturation: 0.5, 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 #BC62CA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 98 202 -
CMYK 0.07 0.51 0 0.21
HSL 291.92º 0.5% 0.59% -
HSV(B) 291.92º 0.51% 0.79% -
XYZ 35.77 23.69 58.56 -
YUV 136.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 188 98 202 0.07 0.51 0 0.21 291.92 0.5 0.59
Hex BC 62 CA 7 33 0 15 124 32 3B
Octal 274 142 312 7 63 0 25 444 62 73
Binary 10111100 1100010 11001010 111 110011 0 10101 100100100 110010 111011

Color Harmonies of #BC62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC62CA

Black with #BC62CA

Text Example


Text Example

White with #BC62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC62CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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