Html Css Color HEX #BD46ED Medium Orchid

📋 copy color: '#BD46ED'

red 189 ◦ green 70 ◦ blue 237

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

Shades of Medium Orchid #BD46ED

Tints of Medium Orchid #BD46ED

RGB

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

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

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

R = 38.1%
G = 14.11%
B = 47.78%

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

#BD46ED (or 0xBD46ED) is known color: Medium Orchid. HEX triplet: BD, 46 and ED. RGB value is (189,70,237). Sum of RGB (Red+Green+Blue) = 189+70+237=496 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.10% from 496); Green value is 70 (27.73% from 255 or 14.11% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD46ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD46ED is #42B912. Grayscale: #7C7C7C. Windows color (decimal): -4372755 or 15550141. OLE color: 15550141.

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

Color convert

RGB 189 70 237 -
CMYK 0.20 0.70 0 0.07
HSL 282.75º 0.82% 0.6% -
HSV(B) 282.75º 0.7% 0.93% -
XYZ 38.46 21.31 82.21 -
YUV 124.62 191.42 173.92 -
System Red Green Blue C M Y K H S L
Decimal 189 70 237 0.20 0.70 0 0.07 282.75 0.82 0.6
Hex BD 46 ED 14 46 0 7 11B 52 3C
Octal 275 106 355 24 106 0 7 433 122 74
Binary 10111101 1000110 11101101 10100 1000110 0 111 100011011 1010010 111100

Color Harmonies of #BD46ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46ED

Black with #BD46ED

Text Example


Text Example

White with #BD46ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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