Html Css Color HEX #BD48EE Medium Orchid

📋 copy color: '#BD48EE'

red 189 ◦ green 72 ◦ blue 238

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

Shades of Medium Orchid #BD48EE

Tints of Medium Orchid #BD48EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.7%

R = 37.88%
G = 14.43%
B = 47.7%

CMYK

 C value IS 0.21

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD48EE (or 0xBD48EE) is known color: Medium Orchid. HEX triplet: BD, 48 and EE. RGB value is (189,72,238). Sum of RGB (Red+Green+Blue) = 189+72+238=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 72 (28.52% from 255 or 14.43% from 499); Blue value is 238 (93.36% from 255 or 47.70% from 499); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD48EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD48EE is #42B711. Grayscale: #7D7D7D. Windows color (decimal): -4372242 or 15616189. OLE color: 15616189.

HSL color Cylindrical-coordinate representation of color #BD48EE: hue angle of 282.29º degrees, saturation: 0.83, 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 #BD48EE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 72 238 -
CMYK 0.21 0.70 0 0.07
HSL 282.29º 0.83% 0.61% -
HSV(B) 282.29º 0.7% 0.93% -
XYZ 38.74 21.63 83.02 -
YUV 125.91 191.26 173 -
System Red Green Blue C M Y K H S L
Decimal 189 72 238 0.21 0.70 0 0.07 282.29 0.83 0.61
Hex BD 48 EE 15 46 0 7 11A 53 3D
Octal 275 110 356 25 106 0 7 432 123 75
Binary 10111101 1001000 11101110 10101 1000110 0 111 100011010 1010011 111101

Color Harmonies of #BD48EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48EE

Black with #BD48EE

Text Example


Text Example

White with #BD48EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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