Html Css Color HEX #BC2FE8 Medium Orchid

📋 copy color: '#BC2FE8'

red 188 ◦ green 47 ◦ blue 232

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

Shades of Medium Orchid #BC2FE8

Tints of Medium Orchid #BC2FE8

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.06%

 BLUE value IS 232 (91.02% from 255) = 49.68%

R = 40.26%
G = 10.06%
B = 49.68%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BC2FE8 (or 0xBC2FE8) is known color: Medium Orchid. HEX triplet: BC, 2F and E8. RGB value is (188,47,232). Sum of RGB (Red+Green+Blue) = 188+47+232=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 47 (18.75% from 255 or 10.06% from 467); Blue value is 232 (91.02% from 255 or 49.68% from 467); Max value from RGB is 232 - color contains mainly: blue. Hex color #BC2FE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC2FE8 is #43D017. Grayscale: #6D6D6D. Windows color (decimal): -4444184 or 15216572. OLE color: 15216572.

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

Color convert

RGB 188 47 232 -
CMYK 0.19 0.80 0 0.09
HSL 285.73º 0.8% 0.55% -
HSV(B) 285.73º 0.8% 0.91% -
XYZ 36.32 18.55 78.01 -
YUV 110.25 196.71 183.46 -
System Red Green Blue C M Y K H S L
Decimal 188 47 232 0.19 0.80 0 0.09 285.73 0.8 0.55
Hex BC 2F E8 13 50 0 9 11E 50 37
Octal 274 57 350 23 120 0 11 436 120 67
Binary 10111100 101111 11101000 10011 1010000 0 1001 100011110 1010000 110111

Color Harmonies of #BC2FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2FE8

Black with #BC2FE8

Text Example


Text Example

White with #BC2FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2FE8; }

 p { color: rgb(188,47,232); }

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

background-color css

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

 a { background-color: rgb(188,47,232); }

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

border-color css

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

 span { border-color: rgb(188,47,232); }

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