Html Css Color HEX #BD42ED Medium Orchid

📋 copy color: '#BD42ED'

red 189 ◦ green 66 ◦ blue 237

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

Shades of Medium Orchid #BD42ED

Tints of Medium Orchid #BD42ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.17%

R = 38.41%
G = 13.41%
B = 48.17%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD42ED (or 0xBD42ED) is known color: Medium Orchid. HEX triplet: BD, 42 and ED. RGB value is (189,66,237). Sum of RGB (Red+Green+Blue) = 189+66+237=492 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.41% from 492); Green value is 66 (26.17% from 255 or 13.41% from 492); Blue value is 237 (92.97% from 255 or 48.17% from 492); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD42ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD42ED is #42BD12. Grayscale: #797979. Windows color (decimal): -4373779 or 15549117. OLE color: 15549117.

HSL color Cylindrical-coordinate representation of color #BD42ED: hue angle of 283.16º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD42ED is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 66 237 -
CMYK 0.20 0.72 0 0.07
HSL 283.16º 0.83% 0.59% -
HSV(B) 283.16º 0.72% 0.93% -
XYZ 38.22 20.83 82.13 -
YUV 122.27 192.75 175.6 -
System Red Green Blue C M Y K H S L
Decimal 189 66 237 0.20 0.72 0 0.07 283.16 0.83 0.59
Hex BD 42 ED 14 48 0 7 11B 53 3B
Octal 275 102 355 24 110 0 7 433 123 73
Binary 10111101 1000010 11101101 10100 1001000 0 111 100011011 1010011 111011

Color Harmonies of #BD42ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD42ED

Black with #BD42ED

Text Example


Text Example

White with #BD42ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD42ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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