Html Css Color HEX #BD44CE Medium Orchid

📋 copy color: '#BD44CE'

red 189 ◦ green 68 ◦ blue 206

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

Shades of Medium Orchid #BD44CE

Tints of Medium Orchid #BD44CE

RGB

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

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

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

R = 40.82%
G = 14.69%
B = 44.49%

CMYK

 C value IS 0.08

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD44CE (or 0xBD44CE) is known color: Medium Orchid. HEX triplet: BD, 44 and CE. RGB value is (189,68,206). Sum of RGB (Red+Green+Blue) = 189+68+206=463 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.82% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD44CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD44CE is #42BB31. Grayscale: #777777. Windows color (decimal): -4373298 or 13518013. OLE color: 13518013.

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

Color convert

RGB 189 68 206 -
CMYK 0.08 0.67 0 0.19
HSL 292.61º 0.58% 0.54% -
HSV(B) 292.61º 0.67% 0.81% -
XYZ 34.19 19.41 60.34 -
YUV 119.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 189 68 206 0.08 0.67 0 0.19 292.61 0.58 0.54
Hex BD 44 CE 8 43 0 13 125 3A 36
Octal 275 104 316 10 103 0 23 445 72 66
Binary 10111101 1000100 11001110 1000 1000011 0 10011 100100101 111010 110110

Color Harmonies of #BD44CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD44CE

Black with #BD44CE

Text Example


Text Example

White with #BD44CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD44CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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