Html Css Color HEX #BC38EE Medium Orchid

📋 copy color: '#BC38EE'

red 188 ◦ green 56 ◦ blue 238

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

Shades of Medium Orchid #BC38EE

Tints of Medium Orchid #BC38EE

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.62%

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

R = 39%
G = 11.62%
B = 49.38%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC38EE (or 0xBC38EE) is known color: Medium Orchid. HEX triplet: BC, 38 and EE. RGB value is (188,56,238). Sum of RGB (Red+Green+Blue) = 188+56+238=482 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.00% from 482); Green value is 56 (22.27% from 255 or 11.62% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC38EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC38EE is #43C711. Grayscale: #737373. Windows color (decimal): -4441874 or 15612092. OLE color: 15612092.

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

Color convert

RGB 188 56 238 -
CMYK 0.21 0.76 0 0.07
HSL 283.52º 0.84% 0.58% -
HSV(B) 283.52º 0.76% 0.93% -
XYZ 37.59 19.69 82.71 -
YUV 116.22 196.73 179.2 -
System Red Green Blue C M Y K H S L
Decimal 188 56 238 0.21 0.76 0 0.07 283.52 0.84 0.58
Hex BC 38 EE 15 4C 0 7 11C 54 3A
Octal 274 70 356 25 114 0 7 434 124 72
Binary 10111100 111000 11101110 10101 1001100 0 111 100011100 1010100 111010

Color Harmonies of #BC38EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38EE

Black with #BC38EE

Text Example


Text Example

White with #BC38EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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