Html Css Color HEX #BC32F2 Medium Orchid

📋 copy color: '#BC32F2'

red 188 ◦ green 50 ◦ blue 242

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

Shades of Medium Orchid #BC32F2

Tints of Medium Orchid #BC32F2

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.42%

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

R = 39.17%
G = 10.42%
B = 50.42%

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

#BC32F2 (or 0xBC32F2) is known color: Medium Orchid. HEX triplet: BC, 32 and F2. RGB value is (188,50,242). Sum of RGB (Red+Green+Blue) = 188+50+242=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 50 (19.92% from 255 or 10.42% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #BC32F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC32F2 is #43CD0D. Grayscale: #707070. Windows color (decimal): -4443406 or 15872700. OLE color: 15872700.

HSL color Cylindrical-coordinate representation of color #BC32F2: hue angle of 283.12º degrees, saturation: 0.88, 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 #BC32F2 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 50 242 -
CMYK 0.22 0.79 0 0.05
HSL 283.13º 0.88% 0.57% -
HSV(B) 283.13º 0.79% 0.95% -
XYZ 37.91 19.38 85.75 -
YUV 113.15 200.72 181.39 -
System Red Green Blue C M Y K H S L
Decimal 188 50 242 0.22 0.79 0 0.05 283.13 0.88 0.57
Hex BC 32 F2 16 4F 0 5 11B 58 39
Octal 274 62 362 26 117 0 5 433 130 71
Binary 10111100 110010 11110010 10110 1001111 0 101 100011011 1011000 111001

Color Harmonies of #BC32F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32F2

Black with #BC32F2

Text Example


Text Example

White with #BC32F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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