Html Css Color HEX #BC33D8 Medium Orchid

📋 copy color: '#BC33D8'

red 188 ◦ green 51 ◦ blue 216

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

Shades of Medium Orchid #BC33D8

Tints of Medium Orchid #BC33D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.47%

R = 41.32%
G = 11.21%
B = 47.47%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC33D8 (or 0xBC33D8) is known color: Medium Orchid. HEX triplet: BC, 33 and D8. RGB value is (188,51,216). Sum of RGB (Red+Green+Blue) = 188+51+216=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 216 - color contains mainly: blue. Hex color #BC33D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC33D8 is #43CC27. Grayscale: #6E6E6E. Windows color (decimal): -4443176 or 14169020. OLE color: 14169020.

HSL color Cylindrical-coordinate representation of color #BC33D8: hue angle of 289.82º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC33D8 is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 51 216 -
CMYK 0.13 0.76 0 0.15
HSL 289.82º 0.68% 0.52% -
HSV(B) 289.82º 0.76% 0.85% -
XYZ 34.32 18.02 66.63 -
YUV 110.77 187.39 183.08 -
System Red Green Blue C M Y K H S L
Decimal 188 51 216 0.13 0.76 0 0.15 289.82 0.68 0.52
Hex BC 33 D8 D 4C 0 F 122 44 34
Octal 274 63 330 15 114 0 17 442 104 64
Binary 10111100 110011 11011000 1101 1001100 0 1111 100100010 1000100 110100

Color Harmonies of #BC33D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33D8

Black with #BC33D8

Text Example


Text Example

White with #BC33D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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