Html Css Color HEX #BD42DD Medium Orchid

📋 copy color: '#BD42DD'

red 189 ◦ green 66 ◦ blue 221

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

Shades of Medium Orchid #BD42DD

Tints of Medium Orchid #BD42DD

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.87%

 BLUE value IS 221 (86.72% from 255) = 46.43%

R = 39.71%
G = 13.87%
B = 46.43%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD42DD (or 0xBD42DD) is known color: Medium Orchid. HEX triplet: BD, 42 and DD. RGB value is (189,66,221). Sum of RGB (Red+Green+Blue) = 189+66+221=476 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.71% from 476); Green value is 66 (26.17% from 255 or 13.87% from 476); Blue value is 221 (86.72% from 255 or 46.43% from 476); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD42DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42DD is #42BD22. Grayscale: #777777. Windows color (decimal): -4373795 or 14500541. OLE color: 14500541.

HSL color Cylindrical-coordinate representation of color #BD42DD: hue angle of 287.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BD42DD is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 66 221 -
CMYK 0.14 0.70 0 0.13
HSL 287.61º 0.7% 0.56% -
HSV(B) 287.61º 0.7% 0.87% -
XYZ 35.99 19.94 70.36 -
YUV 120.45 184.75 176.9 -
System Red Green Blue C M Y K H S L
Decimal 189 66 221 0.14 0.70 0 0.13 287.61 0.7 0.56
Hex BD 42 DD E 46 0 D 120 46 38
Octal 275 102 335 16 106 0 15 440 106 70
Binary 10111101 1000010 11011101 1110 1000110 0 1101 100100000 1000110 111000

Color Harmonies of #BD42DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42DD

Black with #BD42DD

Text Example


Text Example

White with #BD42DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42DD; }

 p { color: rgb(189,66,221); }

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

background-color css

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

 a { background-color: rgb(189,66,221); }

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

border-color css

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

 span { border-color: rgb(189,66,221); }

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