Html Css Color HEX #BC4CFB Medium Orchid

📋 copy color: '#BC4CFB'

red 188 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #BC4CFB

Tints of Medium Orchid #BC4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.76%

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 36.5%
G = 14.76%
B = 48.74%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC4CFB (or 0xBC4CFB) is known color: Medium Orchid. HEX triplet: BC, 4C and FB. RGB value is (188,76,251). Sum of RGB (Red+Green+Blue) = 188+76+251=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 76 (30.08% from 255 or 14.76% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4CFB is #43B304. Grayscale: #808080. Windows color (decimal): -4436741 or 16469180. OLE color: 16469180.

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

Color convert

RGB 188 76 251 -
CMYK 0.25 0.70 0 0.02
HSL 278.4º 0.96% 0.64% -
HSV(B) 278.4º 0.7% 0.98% -
XYZ 40.74 22.83 93.53 -
YUV 129.44 196.61 169.77 -
System Red Green Blue C M Y K H S L
Decimal 188 76 251 0.25 0.70 0 0.02 278.4 0.96 0.64
Hex BC 4C FB 19 46 0 2 116 60 40
Octal 274 114 373 31 106 0 2 426 140 100
Binary 10111100 1001100 11111011 11001 1000110 0 10 100010110 1100000 1000000

Color Harmonies of #BC4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CFB

Black with #BC4CFB

Text Example


Text Example

White with #BC4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CFB; }

 p { color: rgb(188,76,251); }

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

background-color css

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

 a { background-color: rgb(188,76,251); }

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

border-color css

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

 span { border-color: rgb(188,76,251); }

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