Html Css Color HEX #BC4EEF Medium Orchid

📋 copy color: '#BC4EEF'

red 188 ◦ green 78 ◦ blue 239

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

Shades of Medium Orchid #BC4EEF

Tints of Medium Orchid #BC4EEF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.45%

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

R = 37.23%
G = 15.45%
B = 47.33%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC4EEF (or 0xBC4EEF) is known color: Medium Orchid. HEX triplet: BC, 4E and EF. RGB value is (188,78,239). Sum of RGB (Red+Green+Blue) = 188+78+239=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 78 (30.86% from 255 or 15.45% from 505); Blue value is 239 (93.75% from 255 or 47.33% from 505); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC4EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4EEF is #43B110. Grayscale: #808080. Windows color (decimal): -4436241 or 15683260. OLE color: 15683260.

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

Color convert

RGB 188 78 239 -
CMYK 0.21 0.67 0 0.06
HSL 280.99º 0.83% 0.62% -
HSV(B) 280.99º 0.67% 0.94% -
XYZ 39.04 22.37 83.92 -
YUV 129.24 189.94 169.91 -
System Red Green Blue C M Y K H S L
Decimal 188 78 239 0.21 0.67 0 0.06 280.99 0.83 0.62
Hex BC 4E EF 15 43 0 6 119 53 3E
Octal 274 116 357 25 103 0 6 431 123 76
Binary 10111100 1001110 11101111 10101 1000011 0 110 100011001 1010011 111110

Color Harmonies of #BC4EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4EEF

Black with #BC4EEF

Text Example


Text Example

White with #BC4EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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