Html Css Color HEX #BC4DEE Medium Orchid

📋 copy color: '#BC4DEE'

red 188 ◦ green 77 ◦ blue 238

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

Shades of Medium Orchid #BC4DEE

Tints of Medium Orchid #BC4DEE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.31%

 BLUE value IS 238 (93.36% from 255) = 47.32%

R = 37.38%
G = 15.31%
B = 47.32%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC4DEE (or 0xBC4DEE) is known color: Medium Orchid. HEX triplet: BC, 4D and EE. RGB value is (188,77,238). Sum of RGB (Red+Green+Blue) = 188+77+238=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 77 (30.47% from 255 or 15.31% from 503); Blue value is 238 (93.36% from 255 or 47.32% from 503); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC4DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DEE is #43B211. Grayscale: #808080. Windows color (decimal): -4436498 or 15617468. OLE color: 15617468.

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

Color convert

RGB 188 77 238 -
CMYK 0.21 0.68 0 0.07
HSL 281.37º 0.83% 0.62% -
HSV(B) 281.37º 0.68% 0.93% -
XYZ 38.83 22.17 83.12 -
YUV 128.54 189.77 170.41 -
System Red Green Blue C M Y K H S L
Decimal 188 77 238 0.21 0.68 0 0.07 281.37 0.83 0.62
Hex BC 4D EE 15 44 0 7 119 53 3E
Octal 274 115 356 25 104 0 7 431 123 76
Binary 10111100 1001101 11101110 10101 1000100 0 111 100011001 1010011 111110

Color Harmonies of #BC4DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DEE

Black with #BC4DEE

Text Example


Text Example

White with #BC4DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DEE; }

 p { color: rgb(188,77,238); }

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

background-color css

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

 a { background-color: rgb(188,77,238); }

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

border-color css

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

 span { border-color: rgb(188,77,238); }

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