Html Css Color HEX #BD48DF Medium Orchid

📋 copy color: '#BD48DF'

red 189 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #BD48DF

Tints of Medium Orchid #BD48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.07%

R = 39.05%
G = 14.88%
B = 46.07%

CMYK

 C value IS 0.15

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD48DF (or 0xBD48DF) is known color: Medium Orchid. HEX triplet: BD, 48 and DF. RGB value is (189,72,223). Sum of RGB (Red+Green+Blue) = 189+72+223=484 (64% of max value = 765). Red value is 189 (74.22% from 255 or 39.05% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD48DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48DF is #42B720. Grayscale: #7B7B7B. Windows color (decimal): -4372257 or 14633149. OLE color: 14633149.

HSL color Cylindrical-coordinate representation of color #BD48DF: hue angle of 286.49º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD48DF is Cyan = 0.15, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 72 223 -
CMYK 0.15 0.68 0 0.13
HSL 286.49º 0.7% 0.58% -
HSV(B) 286.49º 0.68% 0.87% -
XYZ 36.62 20.78 71.89 -
YUV 124.2 183.76 174.22 -
System Red Green Blue C M Y K H S L
Decimal 189 72 223 0.15 0.68 0 0.13 286.49 0.7 0.58
Hex BD 48 DF F 44 0 D 11E 46 3A
Octal 275 110 337 17 104 0 15 436 106 72
Binary 10111101 1001000 11011111 1111 1000100 0 1101 100011110 1000110 111010

Color Harmonies of #BD48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48DF

Black with #BD48DF

Text Example


Text Example

White with #BD48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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