Html Css Color HEX #BC5BF2 Medium Orchid

📋 copy color: '#BC5BF2'

red 188 ◦ green 91 ◦ blue 242

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

Shades of Medium Orchid #BC5BF2

Tints of Medium Orchid #BC5BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.47%

 BLUE value IS 242 (94.92% from 255) = 46.45%

R = 36.08%
G = 17.47%
B = 46.45%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC5BF2 (or 0xBC5BF2) is known color: Medium Orchid. HEX triplet: BC, 5B and F2. RGB value is (188,91,242). Sum of RGB (Red+Green+Blue) = 188+91+242=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 91 (35.94% from 255 or 17.47% from 521); Blue value is 242 (94.92% from 255 or 46.45% from 521); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC5BF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5BF2 is #43A40D. Grayscale: #888888. Windows color (decimal): -4432910 or 15883196. OLE color: 15883196.

HSL color Cylindrical-coordinate representation of color #BC5BF2: hue angle of 278.54º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5BF2 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 91 242 -
CMYK 0.22 0.62 0 0.05
HSL 278.54º 0.85% 0.65% -
HSV(B) 278.54º 0.62% 0.95% -
XYZ 40.51 24.58 86.61 -
YUV 137.22 187.14 164.22 -
System Red Green Blue C M Y K H S L
Decimal 188 91 242 0.22 0.62 0 0.05 278.54 0.85 0.65
Hex BC 5B F2 16 3E 0 5 117 55 41
Octal 274 133 362 26 76 0 5 427 125 101
Binary 10111100 1011011 11110010 10110 111110 0 101 100010111 1010101 1000001

Color Harmonies of #BC5BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BF2

Black with #BC5BF2

Text Example


Text Example

White with #BC5BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BF2; }

 p { color: rgb(188,91,242); }

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

background-color css

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

 a { background-color: rgb(188,91,242); }

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

border-color css

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

 span { border-color: rgb(188,91,242); }

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