Html Css Color HEX #BD44ED Medium Orchid

📋 copy color: '#BD44ED'

red 189 ◦ green 68 ◦ blue 237

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

Shades of Medium Orchid #BD44ED

Tints of Medium Orchid #BD44ED

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.77%

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

R = 38.26%
G = 13.77%
B = 47.98%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD44ED (or 0xBD44ED) is known color: Medium Orchid. HEX triplet: BD, 44 and ED. RGB value is (189,68,237). Sum of RGB (Red+Green+Blue) = 189+68+237=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD44ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD44ED is #42BB12. Grayscale: #7A7A7A. Windows color (decimal): -4373267 or 15549629. OLE color: 15549629.

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

Color convert

RGB 189 68 237 -
CMYK 0.20 0.71 0 0.07
HSL 282.96º 0.82% 0.6% -
HSV(B) 282.96º 0.71% 0.93% -
XYZ 38.34 21.07 82.17 -
YUV 123.45 192.09 174.76 -
System Red Green Blue C M Y K H S L
Decimal 189 68 237 0.20 0.71 0 0.07 282.96 0.82 0.6
Hex BD 44 ED 14 47 0 7 11B 52 3C
Octal 275 104 355 24 107 0 7 433 122 74
Binary 10111101 1000100 11101101 10100 1000111 0 111 100011011 1010010 111100

Color Harmonies of #BD44ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44ED

Black with #BD44ED

Text Example


Text Example

White with #BD44ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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