Html Css Color HEX #BC4BFA Medium Orchid

📋 copy color: '#BC4BFA'

red 188 ◦ green 75 ◦ blue 250

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

Shades of Medium Orchid #BC4BFA

Tints of Medium Orchid #BC4BFA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.62%

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

R = 36.65%
G = 14.62%
B = 48.73%

CMYK

 C value IS 0.25

 M value IS 0.7

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BC4BFA (or 0xBC4BFA) is known color: Medium Orchid. HEX triplet: BC, 4B and FA. RGB value is (188,75,250). Sum of RGB (Red+Green+Blue) = 188+75+250=513 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.65% from 513); Green value is 75 (29.69% from 255 or 14.62% from 513); Blue value is 250 (98.05% from 255 or 48.73% from 513); Max value from RGB is 250 - color contains mainly: blue. Hex color #BC4BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BFA is #43B405. Grayscale: #808080. Windows color (decimal): -4436998 or 16403388. OLE color: 16403388.

HSL color Cylindrical-coordinate representation of color #BC4BFA: hue angle of 278.74º 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 #BC4BFA is Cyan = 0.25, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 75 250 -
CMYK 0.25 0.7 0 0.02
HSL 278.74º 0.95% 0.64% -
HSV(B) 278.74º 0.7% 0.98% -
XYZ 40.51 22.63 92.67 -
YUV 128.74 196.44 170.27 -
System Red Green Blue C M Y K H S L
Decimal 188 75 250 0.25 0.7 0 0.02 278.74 0.95 0.64
Hex BC 4B FA 19 46 0 2 117 5F 40
Octal 274 113 372 31 106 0 2 427 137 100
Binary 10111100 1001011 11111010 11001 1000110 0 10 100010111 1011111 1000000

Color Harmonies of #BC4BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BFA

Black with #BC4BFA

Text Example


Text Example

White with #BC4BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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