Html Css Color HEX #BC33DE Medium Orchid

📋 copy color: '#BC33DE'

red 188 ◦ green 51 ◦ blue 222

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

Shades of Medium Orchid #BC33DE

Tints of Medium Orchid #BC33DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 40.78%
G = 11.06%
B = 48.16%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC33DE (or 0xBC33DE) is known color: Medium Orchid. HEX triplet: BC, 33 and DE. RGB value is (188,51,222). Sum of RGB (Red+Green+Blue) = 188+51+222=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 51 (20.31% from 255 or 11.06% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33DE is #43CC21. Grayscale: #6E6E6E. Windows color (decimal): -4443170 or 14562236. OLE color: 14562236.

HSL color Cylindrical-coordinate representation of color #BC33DE: hue angle of 288.07º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC33DE is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 51 222 -
CMYK 0.15 0.77 0 0.13
HSL 288.07º 0.72% 0.54% -
HSV(B) 288.07º 0.77% 0.87% -
XYZ 35.11 18.33 70.8 -
YUV 111.46 190.39 182.6 -
System Red Green Blue C M Y K H S L
Decimal 188 51 222 0.15 0.77 0 0.13 288.07 0.72 0.54
Hex BC 33 DE F 4D 0 D 120 48 36
Octal 274 63 336 17 115 0 15 440 110 66
Binary 10111100 110011 11011110 1111 1001101 0 1101 100100000 1001000 110110

Color Harmonies of #BC33DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33DE

Black with #BC33DE

Text Example


Text Example

White with #BC33DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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