Html Css Color HEX #BC6FE5 Medium Orchid

📋 copy color: '#BC6FE5'

red 188 ◦ green 111 ◦ blue 229

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

Shades of Medium Orchid #BC6FE5

Tints of Medium Orchid #BC6FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.37%

R = 35.61%
G = 21.02%
B = 43.37%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC6FE5 (or 0xBC6FE5) is known color: Medium Orchid. HEX triplet: BC, 6F and E5. RGB value is (188,111,229). Sum of RGB (Red+Green+Blue) = 188+111+229=528 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.61% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC6FE5 is #43901A. Grayscale: #939393. Windows color (decimal): -4427803 or 15036348. OLE color: 15036348.

HSL color Cylindrical-coordinate representation of color #BC6FE5: hue angle of 279.15º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BC6FE5 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 111 229 -
CMYK 0.18 0.52 0 0.10
HSL 279.15º 0.69% 0.67% -
HSV(B) 279.15º 0.52% 0.9% -
XYZ 40.57 27.72 77.34 -
YUV 147.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 188 111 229 0.18 0.52 0 0.10 279.15 0.69 0.67
Hex BC 6F E5 12 34 0 A 117 45 43
Octal 274 157 345 22 64 0 12 427 105 103
Binary 10111100 1101111 11100101 10010 110100 0 1010 100010111 1000101 1000011

Color Harmonies of #BC6FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6FE5

Black with #BC6FE5

Text Example


Text Example

White with #BC6FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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