Html Css Color HEX #BD46CF Medium Orchid

📋 copy color: '#BD46CF'

red 189 ◦ green 70 ◦ blue 207

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

Shades of Medium Orchid #BD46CF

Tints of Medium Orchid #BD46CF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 15.02%

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

R = 40.56%
G = 15.02%
B = 44.42%

CMYK

 C value IS 0.09

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD46CF (or 0xBD46CF) is known color: Medium Orchid. HEX triplet: BD, 46 and CF. RGB value is (189,70,207). Sum of RGB (Red+Green+Blue) = 189+70+207=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 70 (27.73% from 255 or 15.02% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD46CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD46CF is #42B930. Grayscale: #787878. Windows color (decimal): -4372785 or 13584061. OLE color: 13584061.

HSL color Cylindrical-coordinate representation of color #BD46CF: hue angle of 292.12º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD46CF is Cyan = 0.09, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 70 207 -
CMYK 0.09 0.66 0 0.19
HSL 292.12º 0.59% 0.54% -
HSV(B) 292.12º 0.66% 0.81% -
XYZ 34.44 19.7 61.02 -
YUV 121.2 176.42 176.36 -
System Red Green Blue C M Y K H S L
Decimal 189 70 207 0.09 0.66 0 0.19 292.12 0.59 0.54
Hex BD 46 CF 9 42 0 13 124 3B 36
Octal 275 106 317 11 102 0 23 444 73 66
Binary 10111101 1000110 11001111 1001 1000010 0 10011 100100100 111011 110110

Color Harmonies of #BD46CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46CF

Black with #BD46CF

Text Example


Text Example

White with #BD46CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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