Html Css Color HEX #BC71E7 Medium Orchid

📋 copy color: '#BC71E7'

red 188 ◦ green 113 ◦ blue 231

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

Shades of Medium Orchid #BC71E7

Tints of Medium Orchid #BC71E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 43.42%

R = 35.34%
G = 21.24%
B = 43.42%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC71E7 (or 0xBC71E7) is known color: Medium Orchid. HEX triplet: BC, 71 and E7. RGB value is (188,113,231). Sum of RGB (Red+Green+Blue) = 188+113+231=532 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.34% from 532); Green value is 113 (44.53% from 255 or 21.24% from 532); Blue value is 231 (90.62% from 255 or 43.42% from 532); Max value from RGB is 231 - color contains mainly: blue. Hex color #BC71E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC71E7 is #438E18. Grayscale: #949494. Windows color (decimal): -4427289 or 15167932. OLE color: 15167932.

HSL color Cylindrical-coordinate representation of color #BC71E7: hue angle of 278.14º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC71E7 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 188 113 231 -
CMYK 0.19 0.51 0 0.09
HSL 278.14º 0.71% 0.67% -
HSV(B) 278.14º 0.51% 0.91% -
XYZ 41.07 28.27 78.89 -
YUV 148.88 174.35 155.91 -
System Red Green Blue C M Y K H S L
Decimal 188 113 231 0.19 0.51 0 0.09 278.14 0.71 0.67
Hex BC 71 E7 13 33 0 9 116 47 43
Octal 274 161 347 23 63 0 11 426 107 103
Binary 10111100 1110001 11100111 10011 110011 0 1001 100010110 1000111 1000011

Color Harmonies of #BC71E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71E7

Black with #BC71E7

Text Example


Text Example

White with #BC71E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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