Html Css Color HEX #BD6BDA Medium Orchid

📋 copy color: '#BD6BDA'

red 189 ◦ green 107 ◦ blue 218

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

Shades of Medium Orchid #BD6BDA

Tints of Medium Orchid #BD6BDA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 20.82%

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

R = 36.77%
G = 20.82%
B = 42.41%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD6BDA (or 0xBD6BDA) is known color: Medium Orchid. HEX triplet: BD, 6B and DA. RGB value is (189,107,218). Sum of RGB (Red+Green+Blue) = 189+107+218=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BDA is #429425. Grayscale: #8F8F8F. Windows color (decimal): -4363302 or 14314429. OLE color: 14314429.

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

Color convert

RGB 189 107 218 -
CMYK 0.13 0.51 0 0.15
HSL 284.32º 0.6% 0.64% -
HSV(B) 284.32º 0.51% 0.85% -
XYZ 38.9 26.4 69.37 -
YUV 144.17 169.67 159.97 -
System Red Green Blue C M Y K H S L
Decimal 189 107 218 0.13 0.51 0 0.15 284.32 0.6 0.64
Hex BD 6B DA D 33 0 F 11C 3C 40
Octal 275 153 332 15 63 0 17 434 74 100
Binary 10111101 1101011 11011010 1101 110011 0 1111 100011100 111100 1000000

Color Harmonies of #BD6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6BDA

Black with #BD6BDA

Text Example


Text Example

White with #BD6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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