Html Css Color HEX #BC33F1 Medium Orchid

📋 copy color: '#BC33F1'

red 188 ◦ green 51 ◦ blue 241

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

Shades of Medium Orchid #BC33F1

Tints of Medium Orchid #BC33F1

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.63%

 BLUE value IS 241 (94.53% from 255) = 50.21%

R = 39.17%
G = 10.63%
B = 50.21%

CMYK

 C value IS 0.22

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC33F1 (or 0xBC33F1) is known color: Medium Orchid. HEX triplet: BC, 33 and F1. RGB value is (188,51,241). Sum of RGB (Red+Green+Blue) = 188+51+241=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 51 (20.31% from 255 or 10.62% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #BC33F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC33F1 is #43CC0E. Grayscale: #717171. Windows color (decimal): -4443151 or 15807420. OLE color: 15807420.

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

Color convert

RGB 188 51 241 -
CMYK 0.22 0.79 0 0.05
HSL 283.26º 0.87% 0.57% -
HSV(B) 283.26º 0.79% 0.95% -
XYZ 37.8 19.41 84.97 -
YUV 113.62 199.89 181.05 -
System Red Green Blue C M Y K H S L
Decimal 188 51 241 0.22 0.79 0 0.05 283.26 0.87 0.57
Hex BC 33 F1 16 4F 0 5 11B 57 39
Octal 274 63 361 26 117 0 5 433 127 71
Binary 10111100 110011 11110001 10110 1001111 0 101 100011011 1010111 111001

Color Harmonies of #BC33F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC33F1

Black with #BC33F1

Text Example


Text Example

White with #BC33F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC33F1; }

 p { color: rgb(188,51,241); }

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

background-color css

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

 a { background-color: rgb(188,51,241); }

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

border-color css

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

 span { border-color: rgb(188,51,241); }

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