Html Css Color HEX #BC65EC Medium Orchid

📋 copy color: '#BC65EC'

red 188 ◦ green 101 ◦ blue 236

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

Shades of Medium Orchid #BC65EC

Tints of Medium Orchid #BC65EC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.24%

 BLUE value IS 236 (92.58% from 255) = 44.95%

R = 35.81%
G = 19.24%
B = 44.95%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC65EC (or 0xBC65EC) is known color: Medium Orchid. HEX triplet: BC, 65 and EC. RGB value is (188,101,236). Sum of RGB (Red+Green+Blue) = 188+101+236=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 101 (39.84% from 255 or 19.24% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC65EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65EC is #439A13. Grayscale: #8D8D8D. Windows color (decimal): -4430356 or 15492540. OLE color: 15492540.

HSL color Cylindrical-coordinate representation of color #BC65EC: hue angle of 278.67º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC65EC is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 101 236 -
CMYK 0.20 0.57 0 0.07
HSL 278.67º 0.78% 0.66% -
HSV(B) 278.67º 0.57% 0.93% -
XYZ 40.53 26.05 82.25 -
YUV 142.4 180.82 160.52 -
System Red Green Blue C M Y K H S L
Decimal 188 101 236 0.20 0.57 0 0.07 278.67 0.78 0.66
Hex BC 65 EC 14 39 0 7 117 4E 42
Octal 274 145 354 24 71 0 7 427 116 102
Binary 10111100 1100101 11101100 10100 111001 0 111 100010111 1001110 1000010

Color Harmonies of #BC65EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65EC

Black with #BC65EC

Text Example


Text Example

White with #BC65EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65EC; }

 p { color: rgb(188,101,236); }

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

background-color css

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

 a { background-color: rgb(188,101,236); }

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

border-color css

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

 span { border-color: rgb(188,101,236); }

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