Html Css Color HEX #BC33DA Medium Orchid

📋 copy color: '#BC33DA'

red 188 ◦ green 51 ◦ blue 218

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

Shades of Medium Orchid #BC33DA

Tints of Medium Orchid #BC33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.7%

R = 41.14%
G = 11.16%
B = 47.7%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC33DA (or 0xBC33DA) is known color: Medium Orchid. HEX triplet: BC, 33 and DA. RGB value is (188,51,218). Sum of RGB (Red+Green+Blue) = 188+51+218=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 51 (20.31% from 255 or 11.16% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33DA is #43CC25. Grayscale: #6E6E6E. Windows color (decimal): -4443174 or 14300092. OLE color: 14300092.

HSL color Cylindrical-coordinate representation of color #BC33DA: hue angle of 289.22º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC33DA is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 51 218 -
CMYK 0.14 0.77 0 0.15
HSL 289.22º 0.69% 0.53% -
HSV(B) 289.22º 0.77% 0.85% -
XYZ 34.58 18.12 68 -
YUV 111 188.39 182.92 -
System Red Green Blue C M Y K H S L
Decimal 188 51 218 0.14 0.77 0 0.15 289.22 0.69 0.53
Hex BC 33 DA E 4D 0 F 121 45 35
Octal 274 63 332 16 115 0 17 441 105 65
Binary 10111100 110011 11011010 1110 1001101 0 1111 100100001 1000101 110101

Color Harmonies of #BC33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33DA

Black with #BC33DA

Text Example


Text Example

White with #BC33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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