Html Css Color HEX #BD42DA Medium Orchid

📋 copy color: '#BD42DA'

red 189 ◦ green 66 ◦ blue 218

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

Shades of Medium Orchid #BD42DA

Tints of Medium Orchid #BD42DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 39.96%
G = 13.95%
B = 46.09%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD42DA (or 0xBD42DA) is known color: Medium Orchid. HEX triplet: BD, 42 and DA. RGB value is (189,66,218). Sum of RGB (Red+Green+Blue) = 189+66+218=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD42DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42DA is #42BD25. Grayscale: #777777. Windows color (decimal): -4373798 or 14303933. OLE color: 14303933.

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

Color convert

RGB 189 66 218 -
CMYK 0.13 0.70 0 0.15
HSL 288.55º 0.67% 0.56% -
HSV(B) 288.55º 0.7% 0.85% -
XYZ 35.59 19.78 68.27 -
YUV 120.11 183.25 177.14 -
System Red Green Blue C M Y K H S L
Decimal 189 66 218 0.13 0.70 0 0.15 288.55 0.67 0.56
Hex BD 42 DA D 46 0 F 121 43 38
Octal 275 102 332 15 106 0 17 441 103 70
Binary 10111101 1000010 11011010 1101 1000110 0 1111 100100001 1000011 111000

Color Harmonies of #BD42DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42DA

Black with #BD42DA

Text Example


Text Example

White with #BD42DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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