Html Css Color HEX #BD3DED Medium Orchid

📋 copy color: '#BD3DED'

red 189 ◦ green 61 ◦ blue 237

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

Shades of Medium Orchid #BD3DED

Tints of Medium Orchid #BD3DED

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.53%

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

R = 38.81%
G = 12.53%
B = 48.67%

CMYK

 C value IS 0.20

 M value IS 0.74

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD3DED (or 0xBD3DED) is known color: Medium Orchid. HEX triplet: BD, 3D and ED. RGB value is (189,61,237). Sum of RGB (Red+Green+Blue) = 189+61+237=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3DED is #42C212. Grayscale: #767676. Windows color (decimal): -4375059 or 15547837. OLE color: 15547837.

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

Color convert

RGB 189 61 237 -
CMYK 0.20 0.74 0 0.07
HSL 283.64º 0.83% 0.58% -
HSV(B) 283.64º 0.74% 0.93% -
XYZ 37.94 20.27 82.03 -
YUV 119.34 194.41 177.69 -
System Red Green Blue C M Y K H S L
Decimal 189 61 237 0.20 0.74 0 0.07 283.64 0.83 0.58
Hex BD 3D ED 14 4A 0 7 11C 53 3A
Octal 275 75 355 24 112 0 7 434 123 72
Binary 10111101 111101 11101101 10100 1001010 0 111 100011100 1010011 111010

Color Harmonies of #BD3DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3DED

Black with #BD3DED

Text Example


Text Example

White with #BD3DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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