Html Css Color HEX #BD48CC Medium Orchid

📋 copy color: '#BD48CC'

red 189 ◦ green 72 ◦ blue 204

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

Shades of Medium Orchid #BD48CC

Tints of Medium Orchid #BD48CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.87%

R = 40.65%
G = 15.48%
B = 43.87%

CMYK

 C value IS 0.07

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BD48CC (or 0xBD48CC) is known color: Medium Orchid. HEX triplet: BD, 48 and CC. RGB value is (189,72,204). Sum of RGB (Red+Green+Blue) = 189+72+204=465 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.65% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 204 (80.08% from 255 or 43.87% from 465); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD48CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48CC is #42B733. Grayscale: #797979. Windows color (decimal): -4372276 or 13387965. OLE color: 13387965.

HSL color Cylindrical-coordinate representation of color #BD48CC: hue angle of 293.18º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BD48CC is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 189 72 204 -
CMYK 0.07 0.65 0 0.2
HSL 293.18º 0.56% 0.54% -
HSV(B) 293.18º 0.65% 0.8% -
XYZ 34.2 19.81 59.15 -
YUV 122.03 174.26 175.77 -
System Red Green Blue C M Y K H S L
Decimal 189 72 204 0.07 0.65 0 0.2 293.18 0.56 0.54
Hex BD 48 CC 7 41 0 14 125 38 36
Octal 275 110 314 7 101 0 24 445 70 66
Binary 10111101 1001000 11001100 111 1000001 0 10100 100100101 111000 110110

Color Harmonies of #BD48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48CC

Black with #BD48CC

Text Example


Text Example

White with #BD48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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