Html Css Color HEX #BC33EE Medium Orchid

📋 copy color: '#BC33EE'

red 188 ◦ green 51 ◦ blue 238

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

Shades of Medium Orchid #BC33EE

Tints of Medium Orchid #BC33EE

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.69%

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

R = 39.41%
G = 10.69%
B = 49.9%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC33EE (or 0xBC33EE) is known color: Medium Orchid. HEX triplet: BC, 33 and EE. RGB value is (188,51,238). Sum of RGB (Red+Green+Blue) = 188+51+238=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 238 (93.36% from 255 or 49.90% from 477); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC33EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33EE is #43CC11. Grayscale: #707070. Windows color (decimal): -4443154 or 15610812. OLE color: 15610812.

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

Color convert

RGB 188 51 238 -
CMYK 0.21 0.79 0 0.07
HSL 283.96º 0.85% 0.57% -
HSV(B) 283.96º 0.79% 0.93% -
XYZ 37.36 19.23 82.63 -
YUV 113.28 198.39 181.29 -
System Red Green Blue C M Y K H S L
Decimal 188 51 238 0.21 0.79 0 0.07 283.96 0.85 0.57
Hex BC 33 EE 15 4F 0 7 11C 55 39
Octal 274 63 356 25 117 0 7 434 125 71
Binary 10111100 110011 11101110 10101 1001111 0 111 100011100 1010101 111001

Color Harmonies of #BC33EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33EE

Black with #BC33EE

Text Example


Text Example

White with #BC33EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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