Html Css Color HEX #BC3DEE Medium Orchid

📋 copy color: '#BC3DEE'

red 188 ◦ green 61 ◦ blue 238

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

Shades of Medium Orchid #BC3DEE

Tints of Medium Orchid #BC3DEE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.53%

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

R = 38.6%
G = 12.53%
B = 48.87%

CMYK

 C value IS 0.21

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC3DEE (or 0xBC3DEE) is known color: Medium Orchid. HEX triplet: BC, 3D and EE. RGB value is (188,61,238). Sum of RGB (Red+Green+Blue) = 188+61+238=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC3DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DEE is #43C211. Grayscale: #767676. Windows color (decimal): -4440594 or 15613372. OLE color: 15613372.

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

Color convert

RGB 188 61 238 -
CMYK 0.21 0.74 0 0.07
HSL 283.05º 0.84% 0.59% -
HSV(B) 283.05º 0.74% 0.93% -
XYZ 37.84 20.2 82.79 -
YUV 119.15 195.08 177.11 -
System Red Green Blue C M Y K H S L
Decimal 188 61 238 0.21 0.74 0 0.07 283.05 0.84 0.59
Hex BC 3D EE 15 4A 0 7 11B 54 3B
Octal 274 75 356 25 112 0 7 433 124 73
Binary 10111100 111101 11101110 10101 1001010 0 111 100011011 1010100 111011

Color Harmonies of #BC3DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DEE

Black with #BC3DEE

Text Example


Text Example

White with #BC3DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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