Html Css Color HEX #BC35D7 Medium Orchid

📋 copy color: '#BC35D7'

red 188 ◦ green 53 ◦ blue 215

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

Shades of Medium Orchid #BC35D7

Tints of Medium Orchid #BC35D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 41.23%
G = 11.62%
B = 47.15%

CMYK

 C value IS 0.13

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BC35D7 (or 0xBC35D7) is known color: Medium Orchid. HEX triplet: BC, 35 and D7. RGB value is (188,53,215). Sum of RGB (Red+Green+Blue) = 188+53+215=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #BC35D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35D7 is #43CA28. Grayscale: #6F6F6F. Windows color (decimal): -4442665 or 14103996. OLE color: 14103996.

HSL color Cylindrical-coordinate representation of color #BC35D7: hue angle of 290º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC35D7 is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 53 215 -
CMYK 0.13 0.75 0 0.16
HSL 290º 0.67% 0.53% -
HSV(B) 290º 0.75% 0.84% -
XYZ 34.28 18.14 65.99 -
YUV 111.83 186.23 182.33 -
System Red Green Blue C M Y K H S L
Decimal 188 53 215 0.13 0.75 0 0.16 290 0.67 0.53
Hex BC 35 D7 D 4B 0 10 122 43 35
Octal 274 65 327 15 113 0 20 442 103 65
Binary 10111100 110101 11010111 1101 1001011 0 10000 100100010 1000011 110101

Color Harmonies of #BC35D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC35D7

Black with #BC35D7

Text Example


Text Example

White with #BC35D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC35D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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