Html Css Color HEX #BC4FFB Medium Orchid

📋 copy color: '#BC4FFB'

red 188 ◦ green 79 ◦ blue 251

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

Shades of Medium Orchid #BC4FFB

Tints of Medium Orchid #BC4FFB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.25%

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

R = 36.29%
G = 15.25%
B = 48.46%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC4FFB (or 0xBC4FFB) is known color: Medium Orchid. HEX triplet: BC, 4F and FB. RGB value is (188,79,251). Sum of RGB (Red+Green+Blue) = 188+79+251=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 79 (31.25% from 255 or 15.25% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC4FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FFB is #43B004. Grayscale: #828282. Windows color (decimal): -4435973 or 16469948. OLE color: 16469948.

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

Color convert

RGB 188 79 251 -
CMYK 0.25 0.69 0 0.02
HSL 278.02º 0.96% 0.65% -
HSV(B) 278.02º 0.69% 0.98% -
XYZ 40.95 23.25 93.6 -
YUV 131.2 195.61 168.51 -
System Red Green Blue C M Y K H S L
Decimal 188 79 251 0.25 0.69 0 0.02 278.02 0.96 0.65
Hex BC 4F FB 19 45 0 2 116 60 41
Octal 274 117 373 31 105 0 2 426 140 101
Binary 10111100 1001111 11111011 11001 1000101 0 10 100010110 1100000 1000001

Color Harmonies of #BC4FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FFB

Black with #BC4FFB

Text Example


Text Example

White with #BC4FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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