Html Css Color HEX #BC35F0 Medium Orchid

📋 copy color: '#BC35F0'

red 188 ◦ green 53 ◦ blue 240

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

Shades of Medium Orchid #BC35F0

Tints of Medium Orchid #BC35F0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.02%

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 39.09%
G = 11.02%
B = 49.9%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC35F0 (or 0xBC35F0) is known color: Medium Orchid. HEX triplet: BC, 35 and F0. RGB value is (188,53,240). Sum of RGB (Red+Green+Blue) = 188+53+240=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 53 (21.09% from 255 or 11.02% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #BC35F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC35F0 is #43CA0F. Grayscale: #727272. Windows color (decimal): -4442640 or 15742396. OLE color: 15742396.

HSL color Cylindrical-coordinate representation of color #BC35F0: hue angle of 283.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC35F0 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 53 240 -
CMYK 0.22 0.78 0 0.06
HSL 283.32º 0.86% 0.57% -
HSV(B) 283.32º 0.78% 0.94% -
XYZ 37.74 19.53 84.22 -
YUV 114.68 198.73 180.29 -
System Red Green Blue C M Y K H S L
Decimal 188 53 240 0.22 0.78 0 0.06 283.32 0.86 0.57
Hex BC 35 F0 16 4E 0 6 11B 56 39
Octal 274 65 360 26 116 0 6 433 126 71
Binary 10111100 110101 11110000 10110 1001110 0 110 100011011 1010110 111001

Color Harmonies of #BC35F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35F0

Black with #BC35F0

Text Example


Text Example

White with #BC35F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35F0; }

 p { color: rgb(188,53,240); }

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

background-color css

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

 a { background-color: rgb(188,53,240); }

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

border-color css

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

 span { border-color: rgb(188,53,240); }

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