Html Css Color HEX #BD4AED Medium Orchid

📋 copy color: '#BD4AED'

red 189 ◦ green 74 ◦ blue 237

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

Shades of Medium Orchid #BD4AED

Tints of Medium Orchid #BD4AED

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.8%

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

R = 37.8%
G = 14.8%
B = 47.4%

CMYK

 C value IS 0.20

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD4AED (or 0xBD4AED) is known color: Medium Orchid. HEX triplet: BD, 4A and ED. RGB value is (189,74,237). Sum of RGB (Red+Green+Blue) = 189+74+237=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 74 (29.30% from 255 or 14.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD4AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AED is #42B512. Grayscale: #7E7E7E. Windows color (decimal): -4371731 or 15551165. OLE color: 15551165.

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

Color convert

RGB 189 74 237 -
CMYK 0.20 0.69 0 0.07
HSL 282.33º 0.82% 0.61% -
HSV(B) 282.33º 0.69% 0.93% -
XYZ 38.72 21.83 82.29 -
YUV 126.97 190.1 172.25 -
System Red Green Blue C M Y K H S L
Decimal 189 74 237 0.20 0.69 0 0.07 282.33 0.82 0.61
Hex BD 4A ED 14 45 0 7 11A 52 3D
Octal 275 112 355 24 105 0 7 432 122 75
Binary 10111101 1001010 11101101 10100 1000101 0 111 100011010 1010010 111101

Color Harmonies of #BD4AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4AED

Black with #BD4AED

Text Example


Text Example

White with #BD4AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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