Html Css Color HEX #BC3BFB Medium Orchid

📋 copy color: '#BC3BFB'

red 188 ◦ green 59 ◦ blue 251

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

Shades of Medium Orchid #BC3BFB

Tints of Medium Orchid #BC3BFB

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.85%

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

R = 37.75%
G = 11.85%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC3BFB (or 0xBC3BFB) is known color: Medium Orchid. HEX triplet: BC, 3B and FB. RGB value is (188,59,251). Sum of RGB (Red+Green+Blue) = 188+59+251=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 59 (23.44% from 255 or 11.85% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC3BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BFB is #43C404. Grayscale: #767676. Windows color (decimal): -4441093 or 16464828. OLE color: 16464828.

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

Color convert

RGB 188 59 251 -
CMYK 0.25 0.76 0 0.02
HSL 280.31º 0.96% 0.61% -
HSV(B) 280.31º 0.76% 0.98% -
XYZ 39.72 20.78 93.19 -
YUV 119.46 202.24 176.89 -
System Red Green Blue C M Y K H S L
Decimal 188 59 251 0.25 0.76 0 0.02 280.31 0.96 0.61
Hex BC 3B FB 19 4C 0 2 118 60 3D
Octal 274 73 373 31 114 0 2 430 140 75
Binary 10111100 111011 11111011 11001 1001100 0 10 100011000 1100000 111101

Color Harmonies of #BC3BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BFB

Black with #BC3BFB

Text Example


Text Example

White with #BC3BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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