Html Css Color HEX #BD3BDA Medium Orchid

📋 copy color: '#BD3BDA'

red 189 ◦ green 59 ◦ blue 218

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

Shades of Medium Orchid #BD3BDA

Tints of Medium Orchid #BD3BDA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 12.66%

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 40.56%
G = 12.66%
B = 46.78%

CMYK

 C value IS 0.13

 M value IS 0.73

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD3BDA (or 0xBD3BDA) is known color: Medium Orchid. HEX triplet: BD, 3B and DA. RGB value is (189,59,218). Sum of RGB (Red+Green+Blue) = 189+59+218=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 59 (23.44% from 255 or 12.66% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD3BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3BDA is #42C425. Grayscale: #737373. Windows color (decimal): -4375590 or 14302141. OLE color: 14302141.

HSL color Cylindrical-coordinate representation of color #BD3BDA: hue angle of 289.06º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD3BDA is Cyan = 0.13, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 59 218 -
CMYK 0.13 0.73 0 0.15
HSL 289.06º 0.68% 0.54% -
HSV(B) 289.06º 0.73% 0.85% -
XYZ 35.21 19.01 68.14 -
YUV 116 185.57 180.07 -
System Red Green Blue C M Y K H S L
Decimal 189 59 218 0.13 0.73 0 0.15 289.06 0.68 0.54
Hex BD 3B DA D 49 0 F 121 44 36
Octal 275 73 332 15 111 0 17 441 104 66
Binary 10111101 111011 11011010 1101 1001001 0 1111 100100001 1000100 110110

Color Harmonies of #BD3BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3BDA

Black with #BD3BDA

Text Example


Text Example

White with #BD3BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3BDA; }

 p { color: rgb(189,59,218); }

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

background-color css

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

 a { background-color: rgb(189,59,218); }

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

border-color css

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

 span { border-color: rgb(189,59,218); }

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