Html Css Color HEX #BC32CC Medium Orchid

📋 copy color: '#BC32CC'

red 188 ◦ green 50 ◦ blue 204

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

Shades of Medium Orchid #BC32CC

Tints of Medium Orchid #BC32CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.15%

R = 42.53%
G = 11.31%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC32CC (or 0xBC32CC) is known color: Medium Orchid. HEX triplet: BC, 32 and CC. RGB value is (188,50,204). Sum of RGB (Red+Green+Blue) = 188+50+204=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC32CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32CC is #43CD33. Grayscale: #6C6C6C. Windows color (decimal): -4443444 or 13382332. OLE color: 13382332.

HSL color Cylindrical-coordinate representation of color #BC32CC: hue angle of 293.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC32CC is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 50 204 -
CMYK 0.08 0.75 0 0.2
HSL 293.77º 0.61% 0.5% -
HSV(B) 293.77º 0.75% 0.8% -
XYZ 32.78 17.33 58.74 -
YUV 108.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 188 50 204 0.08 0.75 0 0.2 293.77 0.61 0.5
Hex BC 32 CC 8 4B 0 14 126 3D 32
Octal 274 62 314 10 113 0 24 446 75 62
Binary 10111100 110010 11001100 1000 1001011 0 10100 100100110 111101 110010

Color Harmonies of #BC32CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC32CC

Black with #BC32CC

Text Example


Text Example

White with #BC32CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC32CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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