Html Css Color HEX #BD48CE Medium Orchid

📋 copy color: '#BD48CE'

red 189 ◦ green 72 ◦ blue 206

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

Shades of Medium Orchid #BD48CE

Tints of Medium Orchid #BD48CE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.42%

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

R = 40.47%
G = 15.42%
B = 44.11%

CMYK

 C value IS 0.08

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD48CE (or 0xBD48CE) is known color: Medium Orchid. HEX triplet: BD, 48 and CE. RGB value is (189,72,206). Sum of RGB (Red+Green+Blue) = 189+72+206=467 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.47% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD48CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48CE is #42B731. Grayscale: #797979. Windows color (decimal): -4372274 or 13519037. OLE color: 13519037.

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

Color convert

RGB 189 72 206 -
CMYK 0.08 0.65 0 0.19
HSL 292.39º 0.58% 0.55% -
HSV(B) 292.39º 0.65% 0.81% -
XYZ 34.44 19.91 60.42 -
YUV 122.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 189 72 206 0.08 0.65 0 0.19 292.39 0.58 0.55
Hex BD 48 CE 8 41 0 13 124 3A 37
Octal 275 110 316 10 101 0 23 444 72 67
Binary 10111101 1001000 11001110 1000 1000001 0 10011 100100100 111010 110111

Color Harmonies of #BD48CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48CE

Black with #BD48CE

Text Example


Text Example

White with #BD48CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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