Html Css Color HEX #BD3EDA Medium Orchid

📋 copy color: '#BD3EDA'

red 189 ◦ green 62 ◦ blue 218

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

Shades of Medium Orchid #BD3EDA

Tints of Medium Orchid #BD3EDA

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.22%

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

R = 40.3%
G = 13.22%
B = 46.48%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD3EDA (or 0xBD3EDA) is known color: Medium Orchid. HEX triplet: BD, 3E and DA. RGB value is (189,62,218). Sum of RGB (Red+Green+Blue) = 189+62+218=469 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.30% from 469); Green value is 62 (24.61% from 255 or 13.22% from 469); Blue value is 218 (85.55% from 255 or 46.48% from 469); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD3EDA is #42C125. Grayscale: #757575. Windows color (decimal): -4374822 or 14302909. OLE color: 14302909.

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

Color convert

RGB 189 62 218 -
CMYK 0.13 0.72 0 0.15
HSL 288.85º 0.68% 0.55% -
HSV(B) 288.85º 0.72% 0.85% -
XYZ 35.36 19.33 68.2 -
YUV 117.76 184.58 178.82 -
System Red Green Blue C M Y K H S L
Decimal 189 62 218 0.13 0.72 0 0.15 288.85 0.68 0.55
Hex BD 3E DA D 48 0 F 121 44 37
Octal 275 76 332 15 110 0 17 441 104 67
Binary 10111101 111110 11011010 1101 1001000 0 1111 100100001 1000100 110111

Color Harmonies of #BD3EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3EDA

Black with #BD3EDA

Text Example


Text Example

White with #BD3EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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