Html Css Color HEX #BD48ED Medium Orchid

📋 copy color: '#BD48ED'

red 189 ◦ green 72 ◦ blue 237

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

Shades of Medium Orchid #BD48ED

Tints of Medium Orchid #BD48ED

RGB

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

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

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

R = 37.95%
G = 14.46%
B = 47.59%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD48ED (or 0xBD48ED) is known color: Medium Orchid. HEX triplet: BD, 48 and ED. RGB value is (189,72,237). Sum of RGB (Red+Green+Blue) = 189+72+237=498 (65% of max value = 765). Red value is 189 (74.22% from 255 or 37.95% from 498); Green value is 72 (28.52% from 255 or 14.46% from 498); Blue value is 237 (92.97% from 255 or 47.59% from 498); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD48ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD48ED is #42B712. Grayscale: #7D7D7D. Windows color (decimal): -4372243 or 15550653. OLE color: 15550653.

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

Color convert

RGB 189 72 237 -
CMYK 0.20 0.70 0 0.07
HSL 282.55º 0.82% 0.61% -
HSV(B) 282.55º 0.7% 0.93% -
XYZ 38.59 21.57 82.25 -
YUV 125.79 190.76 173.08 -
System Red Green Blue C M Y K H S L
Decimal 189 72 237 0.20 0.70 0 0.07 282.55 0.82 0.61
Hex BD 48 ED 14 46 0 7 11B 52 3D
Octal 275 110 355 24 106 0 7 433 122 75
Binary 10111101 1001000 11101101 10100 1000110 0 111 100011011 1010010 111101

Color Harmonies of #BD48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48ED

Black with #BD48ED

Text Example


Text Example

White with #BD48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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