Html Css Color HEX #BC38CC Medium Orchid

📋 copy color: '#BC38CC'

red 188 ◦ green 56 ◦ blue 204

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

Shades of Medium Orchid #BC38CC

Tints of Medium Orchid #BC38CC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.5%

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

R = 41.96%
G = 12.5%
B = 45.54%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC38CC (or 0xBC38CC) is known color: Medium Orchid. HEX triplet: BC, 38 and CC. RGB value is (188,56,204). Sum of RGB (Red+Green+Blue) = 188+56+204=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC38CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC38CC is #43C733. Grayscale: #6F6F6F. Windows color (decimal): -4441908 or 13383868. OLE color: 13383868.

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

Color convert

RGB 188 56 204 -
CMYK 0.08 0.73 0 0.2
HSL 293.51º 0.59% 0.51% -
HSV(B) 293.51º 0.73% 0.8% -
XYZ 33.05 17.88 58.84 -
YUV 112.34 179.73 181.97 -
System Red Green Blue C M Y K H S L
Decimal 188 56 204 0.08 0.73 0 0.2 293.51 0.59 0.51
Hex BC 38 CC 8 49 0 14 126 3B 33
Octal 274 70 314 10 111 0 24 446 73 63
Binary 10111100 111000 11001100 1000 1001001 0 10100 100100110 111011 110011

Color Harmonies of #BC38CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC38CC

Black with #BC38CC

Text Example


Text Example

White with #BC38CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC38CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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