Html Css Color HEX #BC6FDE Medium Orchid

📋 copy color: '#BC6FDE'

red 188 ◦ green 111 ◦ blue 222

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

Shades of Medium Orchid #BC6FDE

Tints of Medium Orchid #BC6FDE

RGB

 RED value IS 188 (73.83% from 255) = 36.08%

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

 BLUE value IS 222 (87.11% from 255) = 42.61%

R = 36.08%
G = 21.31%
B = 42.61%

CMYK

 C value IS 0.15

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC6FDE (or 0xBC6FDE) is known color: Medium Orchid. HEX triplet: BC, 6F and DE. RGB value is (188,111,222). Sum of RGB (Red+Green+Blue) = 188+111+222=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 111 (43.75% from 255 or 21.31% from 521); Blue value is 222 (87.11% from 255 or 42.61% from 521); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC6FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FDE is #439021. Grayscale: #929292. Windows color (decimal): -4427810 or 14577596. OLE color: 14577596.

HSL color Cylindrical-coordinate representation of color #BC6FDE: hue angle of 281.62º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC6FDE is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 111 222 -
CMYK 0.15 0.5 0 0.13
HSL 281.62º 0.63% 0.65% -
HSV(B) 281.62º 0.5% 0.87% -
XYZ 39.61 27.33 72.3 -
YUV 146.68 170.51 157.47 -
System Red Green Blue C M Y K H S L
Decimal 188 111 222 0.15 0.5 0 0.13 281.62 0.63 0.65
Hex BC 6F DE F 32 0 D 11A 3F 41
Octal 274 157 336 17 62 0 15 432 77 101
Binary 10111100 1101111 11011110 1111 110010 0 1101 100011010 111111 1000001

Color Harmonies of #BC6FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FDE

Black with #BC6FDE

Text Example


Text Example

White with #BC6FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FDE; }

 p { color: rgb(188,111,222); }

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

background-color css

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

 a { background-color: rgb(188,111,222); }

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

border-color css

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

 span { border-color: rgb(188,111,222); }

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