Html Css Color HEX #BC3AFD Medium Orchid

📋 copy color: '#BC3AFD'

red 188 ◦ green 58 ◦ blue 253

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

Shades of Medium Orchid #BC3AFD

Tints of Medium Orchid #BC3AFD

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.62%

 BLUE value IS 253 (99.22% from 255) = 50.7%

R = 37.68%
G = 11.62%
B = 50.7%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC3AFD (or 0xBC3AFD) is known color: Medium Orchid. HEX triplet: BC, 3A and FD. RGB value is (188,58,253). Sum of RGB (Red+Green+Blue) = 188+58+253=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 58 (23.05% from 255 or 11.62% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC3AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AFD is #43C502. Grayscale: #767676. Windows color (decimal): -4441347 or 16595644. OLE color: 16595644.

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

Color convert

RGB 188 58 253 -
CMYK 0.26 0.77 0 0.01
HSL 280º 0.98% 0.61% -
HSV(B) 280º 0.77% 0.99% -
XYZ 39.98 20.81 94.84 -
YUV 119.1 203.57 177.14 -
System Red Green Blue C M Y K H S L
Decimal 188 58 253 0.26 0.77 0 0.01 280 0.98 0.61
Hex BC 3A FD 1A 4D 0 1 118 62 3D
Octal 274 72 375 32 115 0 1 430 142 75
Binary 10111100 111010 11111101 11010 1001101 0 1 100011000 1100010 111101

Color Harmonies of #BC3AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AFD

Black with #BC3AFD

Text Example


Text Example

White with #BC3AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AFD; }

 p { color: rgb(188,58,253); }

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

background-color css

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

 a { background-color: rgb(188,58,253); }

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

border-color css

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

 span { border-color: rgb(188,58,253); }

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