Html Css Color HEX #BC71E4 Medium Orchid

📋 copy color: '#BC71E4'

red 188 ◦ green 113 ◦ blue 228

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

Shades of Medium Orchid #BC71E4

Tints of Medium Orchid #BC71E4

RGB

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

 GREEN value IS 113 (44.53% from 255) = 21.36%

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

R = 35.54%
G = 21.36%
B = 43.1%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BC71E4 (or 0xBC71E4) is known color: Medium Orchid. HEX triplet: BC, 71 and E4. RGB value is (188,113,228). Sum of RGB (Red+Green+Blue) = 188+113+228=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 113 (44.53% from 255 or 21.36% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC71E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71E4 is #438E1B. Grayscale: #949494. Windows color (decimal): -4427292 or 14971324. OLE color: 14971324.

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

Color convert

RGB 188 113 228 -
CMYK 0.18 0.50 0 0.11
HSL 279.13º 0.68% 0.67% -
HSV(B) 279.13º 0.5% 0.89% -
XYZ 40.65 28.1 76.68 -
YUV 148.54 172.85 156.15 -
System Red Green Blue C M Y K H S L
Decimal 188 113 228 0.18 0.50 0 0.11 279.13 0.68 0.67
Hex BC 71 E4 12 32 0 B 117 44 43
Octal 274 161 344 22 62 0 13 427 104 103
Binary 10111100 1110001 11100100 10010 110010 0 1011 100010111 1000100 1000011

Color Harmonies of #BC71E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71E4

Black with #BC71E4

Text Example


Text Example

White with #BC71E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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