Html Css Color HEX #BC71DE Medium Orchid

📋 copy color: '#BC71DE'

red 188 ◦ green 113 ◦ blue 222

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

Shades of Medium Orchid #BC71DE

Tints of Medium Orchid #BC71DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.45%

R = 35.95%
G = 21.61%
B = 42.45%

CMYK

 C value IS 0.15

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC71DE (or 0xBC71DE) is known color: Medium Orchid. HEX triplet: BC, 71 and DE. RGB value is (188,113,222). Sum of RGB (Red+Green+Blue) = 188+113+222=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 113 (44.53% from 255 or 21.61% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC71DE is #438E21. Grayscale: #939393. Windows color (decimal): -4427298 or 14578108. OLE color: 14578108.

HSL color Cylindrical-coordinate representation of color #BC71DE: hue angle of 281.28º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC71DE is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 113 222 -
CMYK 0.15 0.49 0 0.13
HSL 281.28º 0.62% 0.66% -
HSV(B) 281.28º 0.49% 0.87% -
XYZ 39.83 27.78 72.37 -
YUV 147.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 188 113 222 0.15 0.49 0 0.13 281.28 0.62 0.66
Hex BC 71 DE F 31 0 D 119 3E 42
Octal 274 161 336 17 61 0 15 431 76 102
Binary 10111100 1110001 11011110 1111 110001 0 1101 100011001 111110 1000010

Color Harmonies of #BC71DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC71DE

Black with #BC71DE

Text Example


Text Example

White with #BC71DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC71DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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