Html Css Color HEX #BC44FF Medium Orchid

📋 copy color: '#BC44FF'

red 188 ◦ green 68 ◦ blue 255

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

Shades of Medium Orchid #BC44FF

Tints of Medium Orchid #BC44FF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.31%

 BLUE value IS 255 (100% from 255) = 49.9%

R = 36.79%
G = 13.31%
B = 49.9%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC44FF (or 0xBC44FF) is known color: Medium Orchid. HEX triplet: BC, 44 and FF. RGB value is (188,68,255). Sum of RGB (Red+Green+Blue) = 188+68+255=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 68 (26.95% from 255 or 13.31% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC44FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC44FF is #43BB00. Grayscale: #7C7C7C. Windows color (decimal): -4438785 or 16729276. OLE color: 16729276.

HSL color Cylindrical-coordinate representation of color #BC44FF: hue angle of 278.5º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC44FF is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 68 255 -
CMYK 0.26 0.73 0 0
HSL 278.5º 1% 0.63% -
HSV(B) 278.5º 0.73% 1% -
XYZ 40.86 22.05 96.71 -
YUV 125.2 201.26 172.79 -
System Red Green Blue C M Y K H S L
Decimal 188 68 255 0.26 0.73 0 0 278.5 1 0.63
Hex BC 44 FF 1A 49 0 0 117 64 3F
Octal 274 104 377 32 111 0 0 427 144 77
Binary 10111100 1000100 11111111 11010 1001001 0 0 100010111 1100100 111111

Color Harmonies of #BC44FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44FF

Black with #BC44FF

Text Example


Text Example

White with #BC44FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44FF; }

 p { color: rgb(188,68,255); }

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

background-color css

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

 a { background-color: rgb(188,68,255); }

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

border-color css

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

 span { border-color: rgb(188,68,255); }

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