Html Css Color HEX #BC33D0 Medium Orchid

📋 copy color: '#BC33D0'

red 188 ◦ green 51 ◦ blue 208

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

Shades of Medium Orchid #BC33D0

Tints of Medium Orchid #BC33D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.53%

R = 42.06%
G = 11.41%
B = 46.53%

CMYK

 C value IS 0.10

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC33D0 (or 0xBC33D0) is known color: Medium Orchid. HEX triplet: BC, 33 and D0. RGB value is (188,51,208). Sum of RGB (Red+Green+Blue) = 188+51+208=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 51 (20.31% from 255 or 11.41% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC33D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33D0 is #43CC2F. Grayscale: #6D6D6D. Windows color (decimal): -4443184 or 13644732. OLE color: 13644732.

HSL color Cylindrical-coordinate representation of color #BC33D0: hue angle of 292.36º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC33D0 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 51 208 -
CMYK 0.10 0.75 0 0.18
HSL 292.36º 0.63% 0.51% -
HSV(B) 292.36º 0.75% 0.82% -
XYZ 33.31 17.61 61.32 -
YUV 109.86 183.39 183.73 -
System Red Green Blue C M Y K H S L
Decimal 188 51 208 0.10 0.75 0 0.18 292.36 0.63 0.51
Hex BC 33 D0 A 4B 0 12 124 3F 33
Octal 274 63 320 12 113 0 22 444 77 63
Binary 10111100 110011 11010000 1010 1001011 0 10010 100100100 111111 110011

Color Harmonies of #BC33D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33D0

Black with #BC33D0

Text Example


Text Example

White with #BC33D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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