Html Css Color HEX #BD42CE Medium Orchid

📋 copy color: '#BD42CE'

red 189 ◦ green 66 ◦ blue 206

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

Shades of Medium Orchid #BD42CE

Tints of Medium Orchid #BD42CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.69%

R = 41%
G = 14.32%
B = 44.69%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD42CE (or 0xBD42CE) is known color: Medium Orchid. HEX triplet: BD, 42 and CE. RGB value is (189,66,206). Sum of RGB (Red+Green+Blue) = 189+66+206=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD42CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42CE is #42BD31. Grayscale: #767676. Windows color (decimal): -4373810 or 13517501. OLE color: 13517501.

HSL color Cylindrical-coordinate representation of color #BD42CE: hue angle of 292.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD42CE is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 66 206 -
CMYK 0.08 0.68 0 0.19
HSL 292.71º 0.59% 0.53% -
HSV(B) 292.71º 0.68% 0.81% -
XYZ 34.08 19.17 60.3 -
YUV 118.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 189 66 206 0.08 0.68 0 0.19 292.71 0.59 0.53
Hex BD 42 CE 8 44 0 13 125 3B 35
Octal 275 102 316 10 104 0 23 445 73 65
Binary 10111101 1000010 11001110 1000 1000100 0 10011 100100101 111011 110101

Color Harmonies of #BD42CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42CE

Black with #BD42CE

Text Example


Text Example

White with #BD42CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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