Html Css Color HEX #BD6FEC Medium Orchid

📋 copy color: '#BD6FEC'

red 189 ◦ green 111 ◦ blue 236

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

Shades of Medium Orchid #BD6FEC

Tints of Medium Orchid #BD6FEC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.71%

 BLUE value IS 236 (92.58% from 255) = 44.03%

R = 35.26%
G = 20.71%
B = 44.03%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD6FEC (or 0xBD6FEC) is known color: Medium Orchid. HEX triplet: BD, 6F and EC. RGB value is (189,111,236). Sum of RGB (Red+Green+Blue) = 189+111+236=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD6FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6FEC is #429013. Grayscale: #949494. Windows color (decimal): -4362260 or 15495101. OLE color: 15495101.

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

Color convert

RGB 189 111 236 -
CMYK 0.20 0.53 0 0.07
HSL 277.44º 0.77% 0.68% -
HSV(B) 277.44º 0.53% 0.93% -
XYZ 41.81 28.24 82.6 -
YUV 148.57 177.34 156.84 -
System Red Green Blue C M Y K H S L
Decimal 189 111 236 0.20 0.53 0 0.07 277.44 0.77 0.68
Hex BD 6F EC 14 35 0 7 115 4D 44
Octal 275 157 354 24 65 0 7 425 115 104
Binary 10111101 1101111 11101100 10100 110101 0 111 100010101 1001101 1000100

Color Harmonies of #BD6FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6FEC

Black with #BD6FEC

Text Example


Text Example

White with #BD6FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6FEC; }

 p { color: rgb(189,111,236); }

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

background-color css

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

 a { background-color: rgb(189,111,236); }

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

border-color css

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

 span { border-color: rgb(189,111,236); }

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