Html Css Color HEX #BC36F9 Medium Orchid

📋 copy color: '#BC36F9'

red 188 ◦ green 54 ◦ blue 249

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

Shades of Medium Orchid #BC36F9

Tints of Medium Orchid #BC36F9

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11%

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 38.29%
G = 11%
B = 50.71%

CMYK

 C value IS 0.24

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC36F9 (or 0xBC36F9) is known color: Medium Orchid. HEX triplet: BC, 36 and F9. RGB value is (188,54,249). Sum of RGB (Red+Green+Blue) = 188+54+249=491 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.29% from 491); Green value is 54 (21.48% from 255 or 11.00% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #BC36F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC36F9 is #43C906. Grayscale: #737373. Windows color (decimal): -4442375 or 16332476. OLE color: 16332476.

HSL color Cylindrical-coordinate representation of color #BC36F9: hue angle of 281.23º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC36F9 is Cyan = 0.24, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 54 249 -
CMYK 0.24 0.78 0 0.02
HSL 281.23º 0.94% 0.59% -
HSV(B) 281.23º 0.78% 0.98% -
XYZ 39.16 20.17 91.45 -
YUV 116.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 188 54 249 0.24 0.78 0 0.02 281.23 0.94 0.59
Hex BC 36 F9 18 4E 0 2 119 5E 3B
Octal 274 66 371 30 116 0 2 431 136 73
Binary 10111100 110110 11111001 11000 1001110 0 10 100011001 1011110 111011

Color Harmonies of #BC36F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC36F9

Black with #BC36F9

Text Example


Text Example

White with #BC36F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC36F9; }

 p { color: rgb(188,54,249); }

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

background-color css

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

 a { background-color: rgb(188,54,249); }

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

border-color css

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

 span { border-color: rgb(188,54,249); }

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