Html Css Color HEX #BC6FE4 Medium Orchid

📋 copy color: '#BC6FE4'

red 188 ◦ green 111 ◦ blue 228

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

Shades of Medium Orchid #BC6FE4

Tints of Medium Orchid #BC6FE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 43.26%

R = 35.67%
G = 21.06%
B = 43.26%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC6FE4 (or 0xBC6FE4) is known color: Medium Orchid. HEX triplet: BC, 6F and E4. RGB value is (188,111,228). Sum of RGB (Red+Green+Blue) = 188+111+228=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 228 (89.45% from 255 or 43.26% from 527); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC6FE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FE4 is #43901B. Grayscale: #929292. Windows color (decimal): -4427804 or 14970812. OLE color: 14970812.

HSL color Cylindrical-coordinate representation of color #BC6FE4: hue angle of 279.49º degrees, saturation: 0.68, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC6FE4 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 111 228 -
CMYK 0.18 0.51 0 0.11
HSL 279.49º 0.68% 0.66% -
HSV(B) 279.49º 0.51% 0.89% -
XYZ 40.43 27.66 76.61 -
YUV 147.36 173.51 156.99 -
System Red Green Blue C M Y K H S L
Decimal 188 111 228 0.18 0.51 0 0.11 279.49 0.68 0.66
Hex BC 6F E4 12 33 0 B 117 44 42
Octal 274 157 344 22 63 0 13 427 104 102
Binary 10111100 1101111 11100100 10010 110011 0 1011 100010111 1000100 1000010

Color Harmonies of #BC6FE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FE4

Black with #BC6FE4

Text Example


Text Example

White with #BC6FE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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