Html Css Color HEX #BC6FDA Medium Orchid

📋 copy color: '#BC6FDA'

red 188 ◦ green 111 ◦ blue 218

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

Shades of Medium Orchid #BC6FDA

Tints of Medium Orchid #BC6FDA

RGB

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

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

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

R = 36.36%
G = 21.47%
B = 42.17%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC6FDA (or 0xBC6FDA) is known color: Medium Orchid. HEX triplet: BC, 6F and DA. RGB value is (188,111,218). Sum of RGB (Red+Green+Blue) = 188+111+218=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FDA is #439025. Grayscale: #919191. Windows color (decimal): -4427814 or 14315452. OLE color: 14315452.

HSL color Cylindrical-coordinate representation of color #BC6FDA: hue angle of 283.18º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC6FDA is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 111 218 -
CMYK 0.14 0.49 0 0.15
HSL 283.18º 0.59% 0.65% -
HSV(B) 283.18º 0.49% 0.85% -
XYZ 39.08 27.12 69.51 -
YUV 146.22 168.51 157.8 -
System Red Green Blue C M Y K H S L
Decimal 188 111 218 0.14 0.49 0 0.15 283.18 0.59 0.65
Hex BC 6F DA E 31 0 F 11B 3B 41
Octal 274 157 332 16 61 0 17 433 73 101
Binary 10111100 1101111 11011010 1110 110001 0 1111 100011011 111011 1000001

Color Harmonies of #BC6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FDA

Black with #BC6FDA

Text Example


Text Example

White with #BC6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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