Html Css Color HEX #BD33DC Medium Orchid

📋 copy color: '#BD33DC'

red 189 ◦ green 51 ◦ blue 220

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

Shades of Medium Orchid #BD33DC

Tints of Medium Orchid #BD33DC

RGB

 RED value IS 189 (74.22% from 255) = 41.09%

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

 BLUE value IS 220 (86.33% from 255) = 47.83%

R = 41.09%
G = 11.09%
B = 47.83%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD33DC (or 0xBD33DC) is known color: Medium Orchid. HEX triplet: BD, 33 and DC. RGB value is (189,51,220). Sum of RGB (Red+Green+Blue) = 189+51+220=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD33DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33DC is #42CC23. Grayscale: #6E6E6E. Windows color (decimal): -4377636 or 14431165. OLE color: 14431165.

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

Color convert

RGB 189 51 220 -
CMYK 0.14 0.77 0 0.14
HSL 288.99º 0.71% 0.53% -
HSV(B) 288.99º 0.77% 0.86% -
XYZ 35.09 18.35 69.4 -
YUV 111.53 189.22 183.26 -
System Red Green Blue C M Y K H S L
Decimal 189 51 220 0.14 0.77 0 0.14 288.99 0.71 0.53
Hex BD 33 DC E 4D 0 E 121 47 35
Octal 275 63 334 16 115 0 16 441 107 65
Binary 10111101 110011 11011100 1110 1001101 0 1110 100100001 1000111 110101

Color Harmonies of #BD33DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD33DC

Black with #BD33DC

Text Example


Text Example

White with #BD33DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD33DC; }

 p { color: rgb(189,51,220); }

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

background-color css

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

 a { background-color: rgb(189,51,220); }

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

border-color css

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

 span { border-color: rgb(189,51,220); }

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