Html Css Color HEX #BD6CD2 Medium Orchid

📋 copy color: '#BD6CD2'

red 189 ◦ green 108 ◦ blue 210

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

Shades of Medium Orchid #BD6CD2

Tints of Medium Orchid #BD6CD2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.3%

 BLUE value IS 210 (82.42% from 255) = 41.42%

R = 37.28%
G = 21.3%
B = 41.42%

CMYK

 C value IS 0.10

 M value IS 0.49

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BD6CD2 (or 0xBD6CD2) is known color: Medium Orchid. HEX triplet: BD, 6C and D2. RGB value is (189,108,210). Sum of RGB (Red+Green+Blue) = 189+108+210=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD6CD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6CD2 is #42932D. Grayscale: #8F8F8F. Windows color (decimal): -4363054 or 13790397. OLE color: 13790397.

HSL color Cylindrical-coordinate representation of color #BD6CD2: hue angle of 287.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD6CD2 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 189 108 210 -
CMYK 0.10 0.49 0 0.18
HSL 287.65º 0.53% 0.62% -
HSV(B) 287.65º 0.49% 0.82% -
XYZ 37.98 26.2 64.03 -
YUV 143.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 189 108 210 0.10 0.49 0 0.18 287.65 0.53 0.62
Hex BD 6C D2 A 31 0 12 120 35 3E
Octal 275 154 322 12 61 0 22 440 65 76
Binary 10111101 1101100 11010010 1010 110001 0 10010 100100000 110101 111110

Color Harmonies of #BD6CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6CD2

Black with #BD6CD2

Text Example


Text Example

White with #BD6CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6CD2; }

 p { color: rgb(189,108,210); }

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

background-color css

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

 a { background-color: rgb(189,108,210); }

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

border-color css

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

 span { border-color: rgb(189,108,210); }

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