Html Css Color HEX #BC4AF3 Medium Orchid

📋 copy color: '#BC4AF3'

red 188 ◦ green 74 ◦ blue 243

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

Shades of Medium Orchid #BC4AF3

Tints of Medium Orchid #BC4AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 48.12%

R = 37.23%
G = 14.65%
B = 48.12%

CMYK

 C value IS 0.23

 M value IS 0.70

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BC4AF3 (or 0xBC4AF3) is known color: Medium Orchid. HEX triplet: BC, 4A and F3. RGB value is (188,74,243). Sum of RGB (Red+Green+Blue) = 188+74+243=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 74 (29.30% from 255 or 14.65% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #BC4AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4AF3 is #43B50C. Grayscale: #7E7E7E. Windows color (decimal): -4437261 or 15944380. OLE color: 15944380.

HSL color Cylindrical-coordinate representation of color #BC4AF3: hue angle of 280.47º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4AF3 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 74 243 -
CMYK 0.23 0.70 0 0.05
HSL 280.47º 0.88% 0.62% -
HSV(B) 280.47º 0.7% 0.95% -
XYZ 39.37 22.06 86.98 -
YUV 127.35 193.27 171.26 -
System Red Green Blue C M Y K H S L
Decimal 188 74 243 0.23 0.70 0 0.05 280.47 0.88 0.62
Hex BC 4A F3 17 46 0 5 118 58 3E
Octal 274 112 363 27 106 0 5 430 130 76
Binary 10111100 1001010 11110011 10111 1000110 0 101 100011000 1011000 111110

Color Harmonies of #BC4AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4AF3

Black with #BC4AF3

Text Example


Text Example

White with #BC4AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4AF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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