Html Css Color HEX #BC65EF Medium Orchid

📋 copy color: '#BC65EF'

red 188 ◦ green 101 ◦ blue 239

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

Shades of Medium Orchid #BC65EF

Tints of Medium Orchid #BC65EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 45.27%

R = 35.61%
G = 19.13%
B = 45.27%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC65EF (or 0xBC65EF) is known color: Medium Orchid. HEX triplet: BC, 65 and EF. RGB value is (188,101,239). Sum of RGB (Red+Green+Blue) = 188+101+239=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 101 (39.84% from 255 or 19.13% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC65EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65EF is #439A10. Grayscale: #8E8E8E. Windows color (decimal): -4430353 or 15689148. OLE color: 15689148.

HSL color Cylindrical-coordinate representation of color #BC65EF: hue angle of 277.83º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC65EF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 101 239 -
CMYK 0.21 0.58 0 0.06
HSL 277.83º 0.81% 0.67% -
HSV(B) 277.83º 0.58% 0.94% -
XYZ 40.97 26.23 84.56 -
YUV 142.75 182.32 160.28 -
System Red Green Blue C M Y K H S L
Decimal 188 101 239 0.21 0.58 0 0.06 277.83 0.81 0.67
Hex BC 65 EF 15 3A 0 6 116 51 43
Octal 274 145 357 25 72 0 6 426 121 103
Binary 10111100 1100101 11101111 10101 111010 0 110 100010110 1010001 1000011

Color Harmonies of #BC65EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC65EF

Black with #BC65EF

Text Example


Text Example

White with #BC65EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC65EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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