Html Css Color HEX #BC33D5 Medium Orchid

📋 copy color: '#BC33D5'

red 188 ◦ green 51 ◦ blue 213

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

Shades of Medium Orchid #BC33D5

Tints of Medium Orchid #BC33D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.12%

R = 41.59%
G = 11.28%
B = 47.12%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC33D5 (or 0xBC33D5) is known color: Medium Orchid. HEX triplet: BC, 33 and D5. RGB value is (188,51,213). Sum of RGB (Red+Green+Blue) = 188+51+213=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 51 (20.31% from 255 or 11.28% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #BC33D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33D5 is #43CC2A. Grayscale: #6D6D6D. Windows color (decimal): -4443179 or 13972412. OLE color: 13972412.

HSL color Cylindrical-coordinate representation of color #BC33D5: hue angle of 290.74º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC33D5 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 51 213 -
CMYK 0.12 0.76 0 0.16
HSL 290.74º 0.66% 0.52% -
HSV(B) 290.74º 0.76% 0.84% -
XYZ 33.93 17.86 64.61 -
YUV 110.43 185.89 183.33 -
System Red Green Blue C M Y K H S L
Decimal 188 51 213 0.12 0.76 0 0.16 290.74 0.66 0.52
Hex BC 33 D5 C 4C 0 10 123 42 34
Octal 274 63 325 14 114 0 20 443 102 64
Binary 10111100 110011 11010101 1100 1001100 0 10000 100100011 1000010 110100

Color Harmonies of #BC33D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33D5

Black with #BC33D5

Text Example


Text Example

White with #BC33D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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