Html Css Color HEX #BD46FA Medium Orchid

📋 copy color: '#BD46FA'

red 189 ◦ green 70 ◦ blue 250

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

Shades of Medium Orchid #BD46FA

Tints of Medium Orchid #BD46FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 49.12%

R = 37.13%
G = 13.75%
B = 49.12%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD46FA (or 0xBD46FA) is known color: Medium Orchid. HEX triplet: BD, 46 and FA. RGB value is (189,70,250). Sum of RGB (Red+Green+Blue) = 189+70+250=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 70 (27.73% from 255 or 13.75% from 509); Blue value is 250 (98.05% from 255 or 49.12% from 509); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD46FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD46FA is #42B905. Grayscale: #7D7D7D. Windows color (decimal): -4372742 or 16402109. OLE color: 16402109.

HSL color Cylindrical-coordinate representation of color #BD46FA: hue angle of 279.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD46FA is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 70 250 -
CMYK 0.24 0.72 0 0.02
HSL 279.67º 0.95% 0.63% -
HSV(B) 279.67º 0.72% 0.98% -
XYZ 40.43 22.1 92.58 -
YUV 126.1 197.92 172.86 -
System Red Green Blue C M Y K H S L
Decimal 189 70 250 0.24 0.72 0 0.02 279.67 0.95 0.63
Hex BD 46 FA 18 48 0 2 118 5F 3F
Octal 275 106 372 30 110 0 2 430 137 77
Binary 10111101 1000110 11111010 11000 1001000 0 10 100011000 1011111 111111

Color Harmonies of #BD46FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD46FA

Black with #BD46FA

Text Example


Text Example

White with #BD46FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD46FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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