Html Css Color HEX #BC3EFB Medium Orchid

📋 copy color: '#BC3EFB'

red 188 ◦ green 62 ◦ blue 251

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

Shades of Medium Orchid #BC3EFB

Tints of Medium Orchid #BC3EFB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.38%

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

R = 37.52%
G = 12.38%
B = 50.1%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC3EFB (or 0xBC3EFB) is known color: Medium Orchid. HEX triplet: BC, 3E and FB. RGB value is (188,62,251). Sum of RGB (Red+Green+Blue) = 188+62+251=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 251 (98.44% from 255 or 50.10% from 501); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC3EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EFB is #43C104. Grayscale: #787878. Windows color (decimal): -4440325 or 16465596. OLE color: 16465596.

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

Color convert

RGB 188 62 251 -
CMYK 0.25 0.75 0 0.02
HSL 280º 0.96% 0.61% -
HSV(B) 280º 0.75% 0.98% -
XYZ 39.87 21.1 93.24 -
YUV 121.22 201.24 175.63 -
System Red Green Blue C M Y K H S L
Decimal 188 62 251 0.25 0.75 0 0.02 280 0.96 0.61
Hex BC 3E FB 19 4B 0 2 118 60 3D
Octal 274 76 373 31 113 0 2 430 140 75
Binary 10111100 111110 11111011 11001 1001011 0 10 100011000 1100000 111101

Color Harmonies of #BC3EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EFB

Black with #BC3EFB

Text Example


Text Example

White with #BC3EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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