Html Css Color HEX #BC4AFA Medium Orchid

📋 copy color: '#BC4AFA'

red 188 ◦ green 74 ◦ blue 250

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

Shades of Medium Orchid #BC4AFA

Tints of Medium Orchid #BC4AFA

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.45%

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 36.72%
G = 14.45%
B = 48.83%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC4AFA (or 0xBC4AFA) is known color: Medium Orchid. HEX triplet: BC, 4A and FA. RGB value is (188,74,250). Sum of RGB (Red+Green+Blue) = 188+74+250=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 74 (29.30% from 255 or 14.45% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC4AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AFA is #43B505. Grayscale: #7F7F7F. Windows color (decimal): -4437254 or 16403132. OLE color: 16403132.

HSL color Cylindrical-coordinate representation of color #BC4AFA: hue angle of 278.86º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4AFA is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 74 250 -
CMYK 0.25 0.70 0 0.02
HSL 278.86º 0.95% 0.64% -
HSV(B) 278.86º 0.7% 0.98% -
XYZ 40.44 22.49 92.65 -
YUV 128.15 196.77 170.69 -
System Red Green Blue C M Y K H S L
Decimal 188 74 250 0.25 0.70 0 0.02 278.86 0.95 0.64
Hex BC 4A FA 19 46 0 2 117 5F 40
Octal 274 112 372 31 106 0 2 427 137 100
Binary 10111100 1001010 11111010 11001 1000110 0 10 100010111 1011111 1000000

Color Harmonies of #BC4AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AFA

Black with #BC4AFA

Text Example


Text Example

White with #BC4AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AFA; }

 p { color: rgb(188,74,250); }

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

background-color css

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

 a { background-color: rgb(188,74,250); }

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

border-color css

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

 span { border-color: rgb(188,74,250); }

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