Html Css Color HEX #BD48CF Medium Orchid

📋 copy color: '#BD48CF'

red 189 ◦ green 72 ◦ blue 207

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

Shades of Medium Orchid #BD48CF

Tints of Medium Orchid #BD48CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.23%

R = 40.38%
G = 15.38%
B = 44.23%

CMYK

 C value IS 0.09

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD48CF (or 0xBD48CF) is known color: Medium Orchid. HEX triplet: BD, 48 and CF. RGB value is (189,72,207). Sum of RGB (Red+Green+Blue) = 189+72+207=468 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.38% from 468); Green value is 72 (28.52% from 255 or 15.38% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD48CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD48CF is #42B730. Grayscale: #797979. Windows color (decimal): -4372273 or 13584573. OLE color: 13584573.

HSL color Cylindrical-coordinate representation of color #BD48CF: hue angle of 292º 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 #BD48CF is Cyan = 0.09, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 72 207 -
CMYK 0.09 0.65 0 0.19
HSL 292º 0.58% 0.55% -
HSV(B) 292º 0.65% 0.81% -
XYZ 34.57 19.96 61.06 -
YUV 122.37 175.76 175.52 -
System Red Green Blue C M Y K H S L
Decimal 189 72 207 0.09 0.65 0 0.19 292 0.58 0.55
Hex BD 48 CF 9 41 0 13 124 3A 37
Octal 275 110 317 11 101 0 23 444 72 67
Binary 10111101 1001000 11001111 1001 1000001 0 10011 100100100 111010 110111

Color Harmonies of #BD48CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD48CF

Black with #BD48CF

Text Example


Text Example

White with #BD48CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD48CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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