Html Css Color HEX #BC4BFC Medium Orchid

📋 copy color: '#BC4BFC'

red 188 ◦ green 75 ◦ blue 252

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

Shades of Medium Orchid #BC4BFC

Tints of Medium Orchid #BC4BFC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.56%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 36.5%
G = 14.56%
B = 48.93%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC4BFC (or 0xBC4BFC) is known color: Medium Orchid. HEX triplet: BC, 4B and FC. RGB value is (188,75,252). Sum of RGB (Red+Green+Blue) = 188+75+252=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 75 (29.69% from 255 or 14.56% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #BC4BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BFC is #43B403. Grayscale: #808080. Windows color (decimal): -4436996 or 16534460. OLE color: 16534460.

HSL color Cylindrical-coordinate representation of color #BC4BFC: hue angle of 278.31º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4BFC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 75 252 -
CMYK 0.25 0.70 0 0.01
HSL 278.31º 0.97% 0.64% -
HSV(B) 278.31º 0.7% 0.99% -
XYZ 40.83 22.75 94.34 -
YUV 128.97 197.44 170.11 -
System Red Green Blue C M Y K H S L
Decimal 188 75 252 0.25 0.70 0 0.01 278.31 0.97 0.64
Hex BC 4B FC 19 46 0 1 116 61 40
Octal 274 113 374 31 106 0 1 426 141 100
Binary 10111100 1001011 11111100 11001 1000110 0 1 100010110 1100001 1000000

Color Harmonies of #BC4BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BFC

Black with #BC4BFC

Text Example


Text Example

White with #BC4BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BFC; }

 p { color: rgb(188,75,252); }

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

background-color css

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

 a { background-color: rgb(188,75,252); }

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

border-color css

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

 span { border-color: rgb(188,75,252); }

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