Html Css Color HEX #BC39FD Medium Orchid

📋 copy color: '#BC39FD'

red 188 ◦ green 57 ◦ blue 253

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

Shades of Medium Orchid #BC39FD

Tints of Medium Orchid #BC39FD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.45%

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

R = 37.75%
G = 11.45%
B = 50.8%

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

#BC39FD (or 0xBC39FD) is known color: Medium Orchid. HEX triplet: BC, 39 and FD. RGB value is (188,57,253). Sum of RGB (Red+Green+Blue) = 188+57+253=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 57 (22.66% from 255 or 11.45% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC39FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC39FD is #43C602. Grayscale: #757575. Windows color (decimal): -4441603 or 16595388. OLE color: 16595388.

HSL color Cylindrical-coordinate representation of color #BC39FD: hue angle of 280.1º 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 #BC39FD is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 57 253 -
CMYK 0.26 0.77 0 0.01
HSL 280.1º 0.98% 0.61% -
HSV(B) 280.1º 0.77% 0.99% -
XYZ 39.93 20.71 94.82 -
YUV 118.51 203.9 177.56 -
System Red Green Blue C M Y K H S L
Decimal 188 57 253 0.26 0.77 0 0.01 280.1 0.98 0.61
Hex BC 39 FD 1A 4D 0 1 118 62 3D
Octal 274 71 375 32 115 0 1 430 142 75
Binary 10111100 111001 11111101 11010 1001101 0 1 100011000 1100010 111101

Color Harmonies of #BC39FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC39FD

Black with #BC39FD

Text Example


Text Example

White with #BC39FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC39FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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